From 2b9365d238be074267d2cc41717ec4f530a4d71e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 22 Jul 2017 12:28:22 +0200 Subject: Using default bridge0 instead of br0 as default bridge interface. Signed-off-by: Daniel Baumann --- share/doc/HOST-SETUP.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'share/doc/HOST-SETUP.txt') diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index 72d42d5..b5f8851 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -54,8 +54,8 @@ iface lo inet loopback iface eth0 inet manual -allow-hotplug br0 -iface br0 inet dhcp +allow-hotplug bridge0 +iface bridge0 inet dhcp bridge_ports eth0 bridge_fd 0 bridge_maxwait 0 @@ -76,8 +76,8 @@ iface lo inet loopback iface eth0 inet manual -allow-hotplug br0 -iface br0 inet static +allow-hotplug bridge0 +iface bridge0 inet static address 10.0.0.2 gateway 10.0.0.1 netmask 255.255.255.0 @@ -106,13 +106,13 @@ iface lo inet loopback allow-hotplug eth0 iface eth0 inet dhcp -allow-hotplug br0 -iface br0 inet static +allow-hotplug bridge0 +iface bridge0 inet static address 10.0.0.1 netmask 255.255.255.0 - pre-up brctl addbr br0 - post-down brctl delbr br0 + pre-up brctl addbr bridge0 + post-down brctl delbr bridge0 bridge_fd 0 bridge_maxwait 0 -- cgit v1.2.3