vswitch: Add other-config:in-band-queue to set queue for in-band control.
[openvswitch] / xenserver / etc_init.d_openvswitch
index e4641097dd7596a82da68c04bfb2728a30dec544..5f18196cf8342008eced5b8d002fc308704a07bd 100755 (executable)
@@ -353,7 +353,7 @@ function start {
     # Start daemon to monitor external ids
     PYTHONPATH=/usr/share/openvswitch/python \
                /usr/share/openvswitch/scripts/ovs-external-ids \
-               --pidfile --detach "$VSWITCHD_OVSDB_SERVER"
+               --pidfile --detach $monitor_opt "$VSWITCHD_OVSDB_SERVER"
 
     touch /var/lock/subsys/openvswitch
 }