From 74ebc8afd300b2ea65f62f216724105259fe8ee0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20P=C3=A9rennou=20=28Viveris=20Technologie=29?= Date: Wed, 18 Feb 2015 12:38:43 +0100 Subject: [PATCH] Integration network route fix --- master/root/bin/conf_swm_integration.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master/root/bin/conf_swm_integration.tcl b/master/root/bin/conf_swm_integration.tcl index a2e3a68..0afda89 100755 --- a/master/root/bin/conf_swm_integration.tcl +++ b/master/root/bin/conf_swm_integration.tcl @@ -31,7 +31,7 @@ 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 Vlan1\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" } -- 2.30.2