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)
commit9628cd42d45f47b17c5273a75db79826f1672c82
tree7c8091bd53b728d09d82c4bbca8d79d460fa2ecd
parentf3c51ad9cc6cbd87ef726a4b33e39bb9d6d24769
ofproto: Fix implementation of OFPP_FLOOD.

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