summaryrefslogtreecommitdiffstats
path: root/bin/rancid-fe
diff options
context:
space:
mode:
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) {