projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2020450
)
r1727 + handle IOS 12.1 as well
author
Denis Ovsienko
<infrastation@yandex.ru>
Tue, 26 Feb 2008 09:38:05 +0000
(09:38 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Tue, 26 Feb 2008 09:38:05 +0000
(09:38 +0000)
gateways/switchvlans/main
patch
|
blob
|
blame
|
history
diff --git
a/gateways/switchvlans/main
b/gateways/switchvlans/main
index 53121873d278678477f343b5ccc529961a631d87..38e88f89c47939d24e18b79d31a5a1d9cbc8a9c2 100755
(executable)
--- a/
gateways/switchvlans/main
+++ b/
gateways/switchvlans/main
@@
-42,7
+42,7
@@
do_connect()
return
fi
case "$sw" in
- Cisco+IOS+12.0|Cisco+IOS+12.2)
+ Cisco+IOS+12.0|Cisco+IOS+12.
1|Cisco+IOS+12.
2)
handler=cisco
;;
*)