forked from openvswitch/ovs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Justin Pettit
committed
Oct 22, 2011
1 parent
d9e214d
commit 7bde8dd
Showing
1 changed file
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters