summaryrefslogtreecommitdiffstats
path: root/bin/rancid-fe
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2000-09-20 17:23:33 +0000
committerTar Committer <tar@ocjtech.us>2000-09-20 17:23:33 +0000
commit3861ba4cf180eb01fd98a16f4502702ab217e56f (patch)
treef24461455175b1fcd98eeb429d03410523e4d592 /bin/rancid-fe
parenta505626101e262be2cd5a8c74c44d3616c299519 (diff)
downloadrancid-3861ba4cf180eb01fd98a16f4502702ab217e56f.tar.gz
rancid-3861ba4cf180eb01fd98a16f4502702ab217e56f.tar.xz
rancid-3861ba4cf180eb01fd98a16f4502702ab217e56f.zip
Imported from rancid-1.6.tar.gz.rancid-1.6
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) {