]> git.proxmox.com Git - ifupdown2.git/commitdiff
drop now outdated allow=ovs service ExecStart/Stop
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 15 Mar 2020 16:08:35 +0000 (17:08 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 15 Mar 2020 16:08:36 +0000 (17:08 +0100)
we now have a real OVS plugin which can handle this.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/patches/pve/0009-networking.service-ifup-ifdown-allow-ovs-on-start-st.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/pve/0009-networking.service-ifup-ifdown-allow-ovs-on-start-st.patch b/debian/patches/pve/0009-networking.service-ifup-ifdown-allow-ovs-on-start-st.patch
deleted file mode 100644 (file)
index 0d7b6fa..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-From aaf288fd97929140348d2de6751c4ca758997455 Mon Sep 17 00:00:00 2001
-From: Alexandre Derumier <aderumier@odiso.com>
-Date: Thu, 13 Feb 2020 07:16:33 +0100
-Subject: [PATCH] networking.service: ifup/ifdown allow=ovs on start/stop
-
-Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
----
- debian/ifupdown2.networking.service | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/debian/ifupdown2.networking.service b/debian/ifupdown2.networking.service
-index b2acd97..4347bd2 100644
---- a/debian/ifupdown2.networking.service
-+++ b/debian/ifupdown2.networking.service
-@@ -11,6 +11,8 @@ RemainAfterExit=yes
- SyslogIdentifier=networking
- TimeoutStopSec=30s
- ExecStart=/sbin/ifup -a
-+ExecStart=/sbin/ifup --allow=ovs
-+ExecStop=/sbin/ifdown --allow=ovs
- ExecStop=/sbin/ifdown -a
- ExecReload=/sbin/ifreload -a
--- 
-2.20.1
-
index 5fd1f123000832635eccb17b550f6f7f78badd94..2fc0b0d6282a29deee6705671c5fd2b8b5f88c85 100644 (file)
@@ -8,5 +8,4 @@ pve/0005-ifreload-down-up-vxlan-interfaces-when-ifreload_down.patch
 pve/0006-config-tuning.patch
 pve/0007-networking.service-fix-dependencies-and-ordering.patch
 pve/0008-add-openvswitch-addon.patch
-pve/0009-networking.service-ifup-ifdown-allow-ovs-on-start-st.patch
 pve/0010-postinst-rm-update-network-config-compatibility.patch