vswitchd: Don't pass --monitor to secchan.
authorBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 22:09:19 +0000 (14:09 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 2 Mar 2009 22:09:19 +0000 (14:09 -0800)
The --monitor option was deleted from secchan, because it was intended for
monitoring the OpenFlow connection between secchan and the kernel.  Since
secchan no longer uses OpenFlow to talk to the kernel, the option made
no sense.

vswitchd/bridge.c

index 9c89d3ffb970c8c3af0d283b929cffa5062262a4..bac25b16aa1efec8e78d2e6ff1247e9c8c717bd1 100644 (file)
@@ -654,9 +654,6 @@ start_secchan(struct bridge *br)
     svec_add(&argv, "--fail=closed");
     svec_add(&argv, "--no-stp");
     if (!stat(ofp_rundir, &s)) {
-        svec_add_nocopy(&argv,
-                        xasprintf("--monitor=punix:%s/secchan.monitor-%s",
-                                  ofp_rundir, br->name));
         svec_add_nocopy(&argv,
                         xasprintf("--listen=punix:%s/secchan.mgmt-%s",
                                   ofp_rundir, br->name));