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:22:22 +0000 (16:22 -0800)
commitce680be7f7315dcfb29b1dc82c21bcb74efd47c1
tree58cd78019d7bfd17ab58aa9a1a7b54a99fe1a6c2
parent5a7e6ad73e369739c4267ed7cda2443a93c4d6a1
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