Factor out printing the list of available vconns.
[openvswitch] / include / vconn.h
index b5fddbd3942c06ef061b97b2899ed042120898e5..46c43e561932570dfc43125d0a30fa693b19a40b 100644 (file)
@@ -49,6 +49,7 @@ struct vconn {
     int connect_status;
 };
 
+void vconn_usage(bool active, bool passive);
 int vconn_open(const char *name, struct vconn **);
 void vconn_close(struct vconn *);
 bool vconn_is_passive(const struct vconn *);