ofproto-dpif: LACP registration should cause revalidation.
authorEthan Jackson <ethan@nicira.com>
Mon, 3 Oct 2011 19:51:33 +0000 (12:51 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 3 Oct 2011 20:20:43 +0000 (13:20 -0700)
commit4a86aece2c907dcc7f0777899d16ef0e71ee08c6
tree0e1b5c24de3ea3739ad6e1fb5caaec0ae8f39df4
parentf11c28c43f7a0260a7a9dcb26f369c53792b15ca
ofproto-dpif: LACP registration should cause revalidation.

Whenever a slave is registered to participate in LACP, it needs to
be revalidated so that it can receive LACP PDUs.  This bug can only
surface in an edge case where a pre-existing interface is added to
a pre-existing bond.  It would be unusual for a controller to do
this.
ofproto/ofproto-dpif.c