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)
commitdc41fa41ff1537c5d7300e07c298a7c4f8bee149
tree3c20a79e06e79e746a489972eb4b7e0ba6b94560
parent2af15726b979084900339b6e0d6e33f823399335
ofproto-dpif: Update bundle when OFPPC_NO_FLOOD changed.

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.
ofproto/ofproto-dpif.c