ofproto-dpif: Receive special packets on patch ports.
authorEthan Jackson <ethan@nicira.com>
Sat, 16 Feb 2013 20:07:18 +0000 (12:07 -0800)
committerEthan Jackson <ethan@nicira.com>
Sun, 17 Feb 2013 00:15:43 +0000 (16:15 -0800)
commitbb374ef6703b6c8b16bf52fa5a7962d7b7b554e1
treeaa61b0b862ca4b79db9e2bb1a643d52f8f7e4395
parente995e3df57ea4e27678bc0bea5eb30872994155b
ofproto-dpif: Receive special packets on patch ports.

Commit 0a740f48293 (ofproto-dpif: Implement patch ports in
userspace.) allowed special packets (i.e. LACP, CFM, etc) to be
sent on patch ports, but not received.  This patch implements the
logic required to receive special packets on patch ports.

Bug #15154.
Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c