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>
Sat, 22 Oct 2011 23:16:07 +0000 (16:16 -0700)
commit7bde8dd8f56d081398f6b6317b17ca41a3fdc81b
treeb58332f893f03a1ab8a33506d1fa4e16419ff585
parentd9e214da1eaf3d31b377db38f404ba2215963af8
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