X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;ds=sidebyside;f=master%2Froot%2Fbin%2Fconf_switch_integration;h=1bc0deb73a2ed5bcfaea7e37f46b718d665bd7be;hb=9cce4fe28ef5a72d8e24c97a5b1075f23599aced;hp=b454138c887331818df7cc58c33f791b505b4011;hpb=90b53a74e6ab72a304e99b8b7dd12c2e3bd29edd;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" }