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 f85d235..e3fa735 100755
--- a/bin/rancid-fe
+++ b/bin/rancid-fe
@@ -29,6 +29,8 @@ if ($vendor =~ /^cisco$/i) {
exec('rancid', $router);
} elsif ($vendor =~ /^cat5$/i) {
exec('cat5rancid', $router);
+} elsif ($vendor =~ /^ezt3$/i) {
+ exec('erancid', $router);
} elsif ($vendor =~ /^juniper$/i) {
exec('jrancid', $router);
} elsif ($vendor =~ /^foundry$/i) {