summaryrefslogtreecommitdiffstats
path: root/bin/rancid-fe.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rancid-fe.in')
-rwxr-xr-xbin/rancid-fe.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/rancid-fe.in b/bin/rancid-fe.in
index 7a6c7ff..b452f0f 100755
--- a/bin/rancid-fe.in
+++ b/bin/rancid-fe.in
@@ -1,7 +1,7 @@
#!@PERLV_PATH@
##
##
-## Copyright (C) 1997 by Henry Kilmer.
+## Copyright (C) 1997-2001 by Henry Kilmer.
## All rights reserved.
##
## This software may be freely copied, modified and redistributed without
@@ -39,6 +39,8 @@ if ($vendor =~ /^cisco$/i) {
exec('rrancid', $router);
} elsif ($vendor =~ /^alteon$/i) {
exec('arancid', $router);
+} elsif ($vendor =~ /^extreme$/i) {
+ exec('xrancid', $router);
}
printf(STDERR "unknown router manufacturer for $router: $vendor\n");