Document and warn that mirroring to a VLAN is incompatible with SLB bonding.
[openvswitch] / ofproto / connmgr.h
index 58b1ae3fe3904c15a8543ef516f285d48207969d..31416a1f8b05fb225582a091cffef4dbdfe2eee4 100644 (file)
@@ -66,6 +66,7 @@ void connmgr_retry(struct connmgr *);
 /* OpenFlow configuration. */
 bool connmgr_has_controllers(const struct connmgr *);
 void connmgr_get_controller_info(struct connmgr *, struct shash *);
+void connmgr_free_controller_info(struct shash *);
 void connmgr_set_controllers(struct connmgr *,
                              const struct ofproto_controller[], size_t n);
 void connmgr_reconnect(const struct connmgr *);