summaryrefslogtreecommitdiffstats
path: root/bin/rancid-fe.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2001-04-09 07:32:33 +0000
committerTar Committer <tar@ocjtech.us>2001-04-09 07:32:33 +0000
commit0e84b727786a16ade28bb081742e5c39c33ed7fa (patch)
tree12ee1a75666c0af32ecc7fbdc05c3a5833fb6fb8 /bin/rancid-fe.in
parentb88919bea4b222a616adbdd2b82fc262a14afc8d (diff)
downloadrancid-2.2b.tar.gz
rancid-2.2b.tar.xz
rancid-2.2b.zip
Imported from rancid-2.2b.tar.gz.rancid-2.2b
Diffstat (limited to 'bin/rancid-fe.in')
-rwxr-xr-xbin/rancid-fe.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rancid-fe.in b/bin/rancid-fe.in
index 8e5d333..7a6c7ff 100755
--- a/bin/rancid-fe.in
+++ b/bin/rancid-fe.in
@@ -37,6 +37,8 @@ if ($vendor =~ /^cisco$/i) {
exec('francid', $router);
} elsif ($vendor =~ /^redback$/i) {
exec('rrancid', $router);
+} elsif ($vendor =~ /^alteon$/i) {
+ exec('arancid', $router);
}
printf(STDERR "unknown router manufacturer for $router: $vendor\n");