Merge "citrix" branch into "master".
[openvswitch] / lib / learning-switch.h
index 8837d64706d772ad023c3266b718d79995fcc4df..2de862e6ddff9abf2a7f0c8992f72aeca82bea2b 100644 (file)
@@ -22,7 +22,9 @@
 struct ofpbuf;
 struct rconn;
 
-struct lswitch *lswitch_create(struct rconn *, bool learn_macs, int max_idle);
+struct lswitch *lswitch_create(struct rconn *, bool learn_macs,
+                              bool exact_flows, int max_idle,
+                              bool action_normal);
 void lswitch_run(struct lswitch *, struct rconn *);
 void lswitch_wait(struct lswitch *);
 void lswitch_destroy(struct lswitch *);