X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Froot%2Fbin%2Fconf_switch_integration;fp=master%2Froot%2Fbin%2Fconf_switch_integration;h=1bc0deb73a2ed5bcfaea7e37f46b718d665bd7be;hb=14037e7d1154f3c36babdd4be5a2a2025bcb3693;hp=b454138c887331818df7cc58c33f791b505b4011;hpb=2d67c911aecb455acbb84634c25579e736a1c62d;p=debian6500.git diff --git a/master/root/bin/conf_switch_integration b/master/root/bin/conf_switch_integration index b454138..1bc0deb 100755 --- a/master/root/bin/conf_switch_integration +++ b/master/root/bin/conf_switch_integration @@ -31,7 +31,8 @@ expect -exact "#" { send "no shutdown\r" } expect -exact "#" { send "exit\r" } expect -exact "#" { send "ip route 192.168.$sub.0 255.255.255.0 Vlan192\r" } -expect -exact "#" { send "ip route 192.168.$sub.160 255.255.255.255 10.133.26.160\r" } +#expect -exact "#" { send "ip route 192.168.$sub.160 255.255.255.255 10.133.26.160\r" } +expect -exact "#" { send "ip route 192.168.$sub.160 255.255.255.255 10.133.28.160\r" } expect -exact "#" { send "ip route 192.168.$sub.101 255.255.255.255 Vlan10\r" } expect -exact "#" { send "ip route 192.168.0.0 255.255.255.0 192.168.$sub.230\r" } expect -exact "#" { send "exit\r" }