From 553915978fdccea5b906d1f9a3c338f8351e2190 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 23 Jun 2017 15:51:28 +0200 Subject: Using allow-hotplug instead of allow in host-setup documentation. Signed-off-by: Daniel Baumann --- share/doc/HOST-SETUP.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index 73d1ce1..f774d56 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -54,7 +54,7 @@ iface lo inet loopback iface eth0 inet manual -auto br0 +allow-hotplug br0 iface br0 inet dhcp bridge_ports eth0 bridge_fd 0 @@ -76,7 +76,7 @@ iface lo inet loopback iface eth0 inet manual -auto br0 +allow-hotplug br0 iface br0 inet static address 10.0.0.2 gateway 10.0.0.1 @@ -103,10 +103,10 @@ source /etc/network/interfaces.d/* auto lo iface lo inet loopback -auto eth0 +allow-hotplug eth0 iface eth0 inet dhcp -auto br0 +allow-hotplug br0 iface br0 inet static address 10.0.0.1 netmask 255.255.255.0 @@ -131,14 +131,14 @@ source /etc/network/interfaces.d/* auto lo iface lo inet loopback -auto eth0 +allow-hotplug eth0 iface eth0 inet dhcp iface eth1 inet manual iface eth2 inet manual -auto bond0 +allow-hotplug bond0 iface bond0 inet manual up ifconfig bond0 0.0.0.0 up down ifconfig bond0 down @@ -155,7 +155,7 @@ iface bond0 inet manual iface bond0.100 inet manual vlan-raw-device bond0 -auto br100 +allow-hotplug br100 iface br100 inet static address 10.100.0.2 #gateway 10.100.0.1 -- cgit v1.2.3