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.
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));