summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-22 10:28:22 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-22 22:28:26 +0000
commit2b9365d238be074267d2cc41717ec4f530a4d71e (patch)
treeb6800d1358410192e2fd3b270d5c0fb9729c550e /share/doc
parentAdding cnt-debconf/mode preseed field to allow embedding container create scr... (diff)
downloadcompute-tools-2b9365d238be074267d2cc41717ec4f530a4d71e.tar.xz
compute-tools-2b9365d238be074267d2cc41717ec4f530a4d71e.zip
Using default bridge0 instead of br0 as default bridge interface.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/HOST-SETUP.txt16
-rw-r--r--share/doc/examples/dschinn-backports.cfg2
-rw-r--r--share/doc/examples/stretch.cfg2
3 files changed, 10 insertions, 10 deletions
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
diff --git a/share/doc/examples/dschinn-backports.cfg b/share/doc/examples/dschinn-backports.cfg
index 367d874..c1c3ba5 100644
--- a/share/doc/examples/dschinn-backports.cfg
+++ b/share/doc/examples/dschinn-backports.cfg
@@ -31,7 +31,7 @@ container-tools cnt-debconf/root-password string progress
#container-tools cnt-debconf/root-password-crypted string
# Network IP configuration
-container-tools cnt-debconf/network0/bridge string br0
+container-tools cnt-debconf/network0/bridge string bridge0
container-tools cnt-debconf/network0/veth string veth0
container-tools cnt-debconf/network0/ipv4-method select static
container-tools cnt-debconf/network0/ipv4-comment string Primary network interfaces
diff --git a/share/doc/examples/stretch.cfg b/share/doc/examples/stretch.cfg
index c355a80..3cd69d6 100644
--- a/share/doc/examples/stretch.cfg
+++ b/share/doc/examples/stretch.cfg
@@ -30,5 +30,5 @@ container-tools cnt-debconf/packages string openssh-server
container-tools cnt-debconf/root-password string debian
#container-tools cnt-debconf/root-password-crypted string
-container-tools cnt-debconf/network0/bridge string br0
+container-tools cnt-debconf/network0/bridge string bridge0
#container-tools cnt-debconf/network-mac string