ofproto-dpif: Move ODP actions from facets to subfacets.
authorBen Pfaff <blp@nicira.com>
Wed, 16 Nov 2011 01:06:41 +0000 (17:06 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Nov 2011 23:32:37 +0000 (15:32 -0800)
commitb95fc6ba74d76e62e5ca1e90d86ff757f7f35c9b
treefd2df1fbf3b3d6d144484b0c0b9fa9dac900a2c2
parent97d6520bea3b779d1acee7b1b2fd8ed60269078f
ofproto-dpif: Move ODP actions from facets to subfacets.

This is a prerequisite for the upcoming VLAN splinter patch, because
splinters and non-splintered subfacets might need slightly different
actions due to the VLAN tag being initially different (present vs. absent).

This is only desirable for use with VLAN splinters and should be reverted
when this feature is no longer needed.  I'm breaking it out here only to
make the series easier to review.
ofproto/ofproto-dpif.c