vswitchd: Process special packets more aggressively.
authorEthan Jackson <ethan@nicira.com>
Fri, 4 Feb 2011 02:33:53 +0000 (18:33 -0800)
committerEthan Jackson <ethan@nicira.com>
Mon, 7 Feb 2011 22:17:35 +0000 (14:17 -0800)
commitebe482fd2119ef322751603f46e033bb374a8f11
treec44229c7eed30cc2edcc13e0f9bd776122227679
parent3f6256afdcf7021b0ce85dfe0c4afb62b967bef4
vswitchd: Process special packets more aggressively.

Before this patch, special packets such as LACP and CFM messages
were only processed if they had NORMAL open flow actions.  With
this patch these messages are always processed unless originated in
ofproto_send_packet().
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c