ofproto-dpif: Drop special packets more judiciously.
authorEthan Jackson <ethan@nicira.com>
Wed, 31 Aug 2011 01:19:48 +0000 (18:19 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 9 Sep 2011 00:23:26 +0000 (17:23 -0700)
commitb6e001b699d9affb558278ec90950f9960fe1826
tree7d374e7df37e187f8e46c9e1349e633b4c7a529a
parent5f87736966c0a2ef4d5d4a3c5c541d771d45bcb3
ofproto-dpif: Drop special packets more judiciously.

Before this patch, ofproto-dpif would not forward any LACP or CFM
packets regardless of whether or not the relevant modules were
configured on the in_port.

Feature #6316.
ofproto/ofproto-dpif.c