X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Flearning-switch.h;h=96707b842186f74e795d4e25ad5facb902b15281;hb=d295e8e97acae13552a5b220d3fbcff8201064a2;hp=e66001acd3b37279f52bb7697df9af098fdbbb2f;hpb=90a249dc93ccabd398b64092121b07e5af2d8c2d;p=sliver-openvswitch.git diff --git a/lib/learning-switch.h b/lib/learning-switch.h index e66001acd..96707b842 100644 --- a/lib/learning-switch.h +++ b/lib/learning-switch.h @@ -25,7 +25,7 @@ struct ofpbuf; struct rconn; struct lswitch *lswitch_create(struct rconn *, bool learn_macs, - bool exact_flows, int max_idle, + bool exact_flows, int max_idle, bool action_normal, FILE *default_flows); void lswitch_set_queue(struct lswitch *sw, uint32_t queue); void lswitch_run(struct lswitch *);