ofproto: Fix possible core dump during flow revalidation.
authorEthan Jackson <ethan@nicira.com>
Tue, 24 May 2011 22:12:13 +0000 (15:12 -0700)
committerEthan Jackson <ethan@nicira.com>
Tue, 24 May 2011 22:17:03 +0000 (15:17 -0700)
commitda37ebac7ab40ad6f9fe78ff1d218c43957f69e8
tree1d145148b3b4f3b8daf3406c6a377486ece18502
parent9b1735a720bb83b855f77e7cb3e6e34fab741d6f
ofproto: Fix possible core dump during flow revalidation.

This patch also prevents OVS from forwarding any LACP packets
whether or not LACP is enabled.  This is consistent with the
pre-next behavior.

Bug #5738.
ofproto/ofproto-dpif.c