bundle: Allow OFPP_NONE in bundle actions.
authorEthan Jackson <ethan@nicira.com>
Wed, 26 Oct 2011 23:10:26 +0000 (16:10 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 27 Oct 2011 17:53:37 +0000 (10:53 -0700)
commit439e4d8cdd9f99462cbe712082935e0c9a728e21
treeeeea57e8364d2dfabe7b13a2a8261d194086bf86
parentfdc5d61fb7b28829d25dd5f6f5dbddce6253f71a
bundle: Allow OFPP_NONE in bundle actions.

This patch special cases OFPP_NONE to be always up in bundle
actions.  Presumably, if a controller put OFPP_NONE in their bundle
action, they want it to be an available choice.

This patch also adds documentation to the bundle action about slave
liveness.
include/openflow/nicira-ext.h
ofproto/ofproto-dpif.c