Hello,
Upstream openvswitch team have provided a patch for this problem :
https://github.com/openvswitch/ovs/commit/15af3d44c65eb3cd724378ce1b30c51aa87f4f69#diff-830968569b50f87c82e22a0042a7f760
This patch adresses both Debian packages openvswitch-switch and
ovn-central; for openvswitch-switch you only need the following change,
that I have just successfully tested.
--- /etc/init.d/openvswitch-switch~ 2016-09-30 17:27:55.000000000 +0200
+++ /etc/init.d/openvswitch-switch 2017-07-05 10:59:23.942880725 +0200
@@ -28,6 +28,7 @@
(test -x /usr/sbin/ovs-vswitchd && test -x /usr/sbin/ovsdb-server) ||
exit 0
_SYSTEMCTL_SKIP_REDIRECT=yes
+SYSTEMCTL_SKIP_REDIRECT=yes
. /usr/share/openvswitch/scripts/ovs-lib
test -e /etc/default/openvswitch-switch && .
/etc/default/openvswitch-switch
--
Nicolas
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev