summaryrefslogtreecommitdiffstats
path: root/bin/rancid-fe
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2000-08-23 20:13:31 +0000
committerTar Committer <tar@ocjtech.us>2000-08-23 20:13:31 +0000
commita505626101e262be2cd5a8c74c44d3616c299519 (patch)
treefaa740207faec239fa2af636b194c924eaf3573f /bin/rancid-fe
parentb24aa5051db5d4bf9757efe7df06cb1892898382 (diff)
downloadrancid-1.5.tar.gz
rancid-1.5.tar.xz
rancid-1.5.zip
Imported from rancid-1.5.tar.gz.rancid-1.5
Diffstat (limited to 'bin/rancid-fe')
-rwxr-xr-xbin/rancid-fe2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rancid-fe b/bin/rancid-fe
index 8dab8a5..f85d235 100755
--- a/bin/rancid-fe
+++ b/bin/rancid-fe
@@ -27,6 +27,8 @@ require 5;
if ($vendor =~ /^cisco$/i) {
exec('rancid', $router);
+} elsif ($vendor =~ /^cat5$/i) {
+ exec('cat5rancid', $router);
} elsif ($vendor =~ /^juniper$/i) {
exec('jrancid', $router);
} elsif ($vendor =~ /^foundry$/i) {