diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:14 +0000 |
commit | 0d5f3b974bed881057a7dd8cffd64c5e1f49fc75 (patch) | |
tree | 9c1563f583d64517e9280cc98e347521b697f2ef /share/doc | |
parent | Removing container rename command for LTS version. (diff) | |
download | compute-tools-0d5f3b974bed881057a7dd8cffd64c5e1f49fc75.tar.xz compute-tools-0d5f3b974bed881057a7dd8cffd64c5e1f49fc75.zip |
Correcting IP address in documentation of a network configuration example.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/doc/HOST-SETUP.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt index bedf4b2..a5aca94 100644 --- a/share/doc/HOST-SETUP.txt +++ b/share/doc/HOST-SETUP.txt @@ -154,7 +154,7 @@ iface br100 inet static netmask 255.255.255.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 + post-down ip route del 10.100.0.0/24 dev br100 bridge_ports bond0.100 bridge_fd 0 |