Switch default OpenFlow port from 975 and 976 to 6633.
[sliver-openvswitch.git] / include / learning-switch.h
index 36f123b..ce6df2f 100644 (file)
@@ -40,8 +40,11 @@ struct ofpbuf;
 struct rconn;
 
 struct lswitch *lswitch_create(struct rconn *, bool learn_macs, int max_idle);
+void lswitch_run(struct lswitch *, struct rconn *);
+void lswitch_wait(struct lswitch *);
 void lswitch_destroy(struct lswitch *);
 void lswitch_process_packet(struct lswitch *, struct rconn *,
                             const struct ofpbuf *);
 
+
 #endif /* learning-switch.h */