]> git.proxmox.com Git - openvswitch.git/commitdiff
depend on net-tools
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Mar 2017 10:32:03 +0000 (12:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Mar 2017 10:35:19 +0000 (12:35 +0200)
The ifupdown helpers use ifconfig

See-also: Debian #857178

pvepatches/add-net-tools-dependency.patch [new file with mode: 0644]
pvepatches/series

diff --git a/pvepatches/add-net-tools-dependency.patch b/pvepatches/add-net-tools-dependency.patch
new file mode 100644 (file)
index 0000000..83356fd
--- /dev/null
@@ -0,0 +1,13 @@
+> Debian #857178
+> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857178
+diff -rup a/debian/control b/debian/control
+--- a/debian/control   2017-03-27 12:27:49.803031236 +0200
++++ b/debian/control   2017-03-27 12:29:13.762965174 +0200
+@@ -46,6 +46,7 @@ Architecture: linux-any
+ Suggests: openvswitch-datapath-module
+ Depends: kmod | module-init-tools,
+          netbase,
++         net-tools,
+          openvswitch-common (= ${binary:Version}),
+          procps,
+          python-argparse,
index 2c1c6628b7fa16fd425ed209d1ab6ed309830df7..4de58396562c0774d6cef81f6b92bb995c8d7241 100644 (file)
@@ -3,3 +3,4 @@ install-systemd-services.patch
 delete-openvswitch-switch-init.patch
 use-systemctl-inside-ifupdown.patch
 remove-init-script-on-upgrades.patch
+add-net-tools-dependency.patch