diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:12 +0000 |
commit | f81444be2a438524f1e01256edd1c42c41378647 (patch) | |
tree | 7e43391135814438e6e17cd3658f0c5c6e964dc1 | |
parent | Removing obsolete configuration for network in interfaces of debconf containe... (diff) | |
download | compute-tools-f81444be2a438524f1e01256edd1c42c41378647.tar.xz compute-tools-f81444be2a438524f1e01256edd1c42c41378647.zip |
Removing obsolete network configurations in host-setup documentation.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/doc/HOST-SETUP.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index 4b18b20..bedf4b2 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -75,10 +75,8 @@ iface eth0 inet manual auto br0 iface br0 inet static address 10.0.0.2 - broadcast 10.0.0.255 gateway 10.0.0.1 netmask 255.255.255.0 - network 10.0.0.0 pre-up ifconfig eth0 down pre-up ifconfig eth0 up @@ -105,9 +103,7 @@ iface eth0 inet dhcp auto br0 iface br0 inet static address 10.0.0.1 - broadcast 10.0.0.255 netmask 255.255.255.0 - network 10.0.0.0 pre-up brctl addbr br0 post-down brctl delbr br0 @@ -154,10 +150,8 @@ iface bond0.100 inet manual auto br100 iface br100 inet static address 10.100.0.2 - broadcast 10.100.0.255 #gateway 10.100.0.1 netmask 255.255.255.0 - network 10.100.0.0 post-up ip route add 10.100.0.0/24 via 10.100.0.1 dev br100 post-down ip route del 147.87.226.0/24 dev br100 |