From 5381ae3ca5f08b03997863e7b09290b5512ab9f5 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 1 Apr 2014 15:58:18 +0100 Subject: [PATCH] Fix dhcp-all-interfaces on Ubuntu/Debian. We now call dhcp-all-interfaces with an argument, so it won't try and configure all available interfaces. Change-Id: I7dfb7d58ce3d1a92fb093099529e261c7e10e20c --- elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf b/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf index bc0e74715..c03a1d87f 100644 --- a/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf +++ b/elements/dhcp-all-interfaces/install.d/dhcp-all-interfaces.conf @@ -8,4 +8,4 @@ instance $INTERFACE task -exec /usr/local/sbin/dhcp-all-interfaces.sh +exec /usr/local/sbin/dhcp-all-interfaces.sh $INTERFACE