lacp: Handle unknown slaves in lacp_process_packet().
authorEthan Jackson <ethan@nicira.com>
Wed, 19 Jun 2013 21:40:21 +0000 (14:40 -0700)
committerEthan Jackson <ethan@nicira.com>
Sun, 7 Jul 2013 10:58:07 +0000 (03:58 -0700)
commitf1ce35146bfef05de5f342813fc8a8678eed96e8
treea878c240b639c21a464cdf508e0daa55c2ea80b5
parent701351f8149b8f48e09bbc5b5c0fd379439fa430
lacp: Handle unknown slaves in lacp_process_packet().

In future patches, ofproto-dpif-xlate may be temporarily out of
sync with ofproto-dpif proper, and pass an unknown ofport to
lacp_process_packet().  This patch handles that edge case
gracefully.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/lacp.c