X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fopt%2Fscript%2Fconfigure_switch;fp=master%2Fopt%2Fscript%2Fconfigure_switch;h=9a4ff87fe7154ecf89cdd808673dea24bff6500a;hb=a991c7ba87414d8ee491f9ef3c5e1641a5b607ab;hp=0a7785e86a3f19671d078d1b047ca673dfa2088e;hpb=89c632577d27abaf4a7928b2171bc7250805d699;p=debian6500.git diff --git a/master/opt/script/configure_switch b/master/opt/script/configure_switch index 0a7785e..9a4ff87 100755 --- a/master/opt/script/configure_switch +++ b/master/opt/script/configure_switch @@ -23,6 +23,7 @@ if { $host == "swg2" } { set tftpserver "10.133.26.160" } if { $host == "swm" } { set tftpserver "10.133.28.160" } if { $host == "sw1" } { set tftpserver "10.133.26.160" } if { $host == "sw2" } { set tftpserver "10.133.26.160" } +if { $host == "sw" } { set tftpserver "10.133.26.160" } if { $tftpserver == "" } { puts "unknown switch '$host'"; exit } set date [ exec date +%Y%m%d-%H:%m:%S ]