ofproto-dpif: LACP registration should cause revalidation.
[openvswitch] / ofproto / ofproto-dpif.c
index 44c7e56dc2b78324c516ef713bbf3334b73a958a..6c65a37c742ccbca331a4bffd9eb13fcdac7a2c3 100644 (file)
@@ -990,6 +990,7 @@ bundle_add_port(struct ofbundle *bundle, uint32_t ofp_port,
         }
     }
     if (lacp) {
+        port->bundle->ofproto->need_revalidate = true;
         lacp_slave_register(bundle->lacp, port, lacp);
     }