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
This commit is contained in:
Chris Jones 2014-04-01 15:58:18 +01:00
parent c7875398b3
commit 5381ae3ca5

View File

@ -8,4 +8,4 @@ instance $INTERFACE
task
exec /usr/local/sbin/dhcp-all-interfaces.sh
exec /usr/local/sbin/dhcp-all-interfaces.sh $INTERFACE