ofproto-dpif: Improperly handled OFPP_ALL action.
authorEthan Jackson <ethan@nicira.com>
Fri, 18 Nov 2011 00:52:09 +0000 (16:52 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 18 Nov 2011 21:48:58 +0000 (13:48 -0800)
commitd59906fb98291e627f7d7834f66b7f0bf2031634
tree8f6151f0f318ede45fba58543a945df13a67a569
parente479e41e6da957a8d4cee3aa16bb47f63ab6f477
ofproto-dpif: Improperly handled OFPP_ALL action.

According to the OpenFlow specification, the OFPP_ALL output to
every port except the input port regardless of whether or not they
are "blocked or link down".  This patch implements this logic, and
marginally simplifies the interface of flood_packets().
ofproto/ofproto-dpif.c