X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-controller.c;h=b18959ad6c99444b457d713d0c310f85fcc134c0;hb=d295e8e97acae13552a5b220d3fbcff8201064a2;hp=42431bb081f3f23097d19aa26b3af5ef74e2a066;hpb=882c2399908b0f33f73651ccfc3aaf76a7858ce4;p=openvswitch diff --git a/utilities/ovs-controller.c b/utilities/ovs-controller.c index 42431bb0..b18959ad 100644 --- a/utilities/ovs-controller.c +++ b/utilities/ovs-controller.c @@ -71,7 +71,7 @@ static bool mute = false; /* -q, --queue: OpenFlow queue to use, or the default queue if UINT32_MAX. */ static uint32_t queue_id = UINT32_MAX; -/* --with-flows: File with flows to send to switch, or null to not load +/* --with-flows: File with flows to send to switch, or null to not load * any default flows. */ static FILE *flow_file = NULL; @@ -189,7 +189,7 @@ main(int argc, char *argv[]) } for (i = 0; i < n_switches; i++) { struct switch_ *this = &switches[i]; - lswitch_run(this->lswitch, this->rconn); + lswitch_run(this->lswitch); } unixctl_server_run(unixctl);