diff options
Diffstat (limited to 'share/doc')
-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 |