ofproto-dpif: Update bundle when OFPPC_NO_FLOOD changed.
authorJustin Pettit <jpettit@nicira.com>
Mon, 17 Oct 2011 17:27:35 +0000 (10:27 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 18 Oct 2011 17:27:36 +0000 (10:27 -0700)
When the OFPPC_NO_FLOOD flag is toggled on the port, the "floodable"
member of the bundle was not updated.  This would cause OFPP_NORMAL to
not include the proper ports when flooding.  With this commit,
OFPPC_NO_FLOOD changes will cause the floodable members to be
recalculated.

Found by inspection.


No differences found