ofproto: Fix implementation of OFPP_FLOOD.
authorBen Pfaff <blp@nicira.com>
Thu, 14 Oct 2010 00:11:56 +0000 (17:11 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 14 Oct 2010 00:16:27 +0000 (17:16 -0700)
Commit f1588b1fa1 "datapath: Remove implementation of port groups" removed
a "break" statement accidentally, which caused OFPP_FLOOD to send duplicate
packets and to ignore OFPPC_NO_FLOOD.


No differences found