summaryrefslogtreecommitdiffstats
path: root/bin/rancid-fe.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2002-05-02 23:08:06 +0000
committerTar Committer <tar@ocjtech.us>2002-05-02 23:08:06 +0000
commitafcac75e572bcdd3cf269b921b7e8324aa5ffd4c (patch)
treedfffbfceb4f15c22781a599d6352586c8b7ce582 /bin/rancid-fe.in
parent9f2402b0d86333f5f7e9d50437036cd3124bde47 (diff)
downloadrancid-afcac75e572bcdd3cf269b921b7e8324aa5ffd4c.tar.gz
rancid-afcac75e572bcdd3cf269b921b7e8324aa5ffd4c.tar.xz
rancid-afcac75e572bcdd3cf269b921b7e8324aa5ffd4c.zip
Imported from rancid-2.2.1.tar.gz.rancid-2.2.1
Diffstat (limited to 'bin/rancid-fe.in')
-rwxr-xr-xbin/rancid-fe.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/rancid-fe.in b/bin/rancid-fe.in
index 98f2ebc..b25dcb1 100755
--- a/bin/rancid-fe.in
+++ b/bin/rancid-fe.in
@@ -31,6 +31,7 @@ elsif ($vendor =~ /^cat5$/i) { exec('cat5rancid', $router); }
elsif ($vendor =~ /^cisco$/i) { exec('rancid', $router); }
elsif ($vendor =~ /^extreme$/i) { exec('xrancid', $router); }
elsif ($vendor =~ /^ezt3$/i) { exec('erancid', $router); }
+elsif ($vendor =~ /^force10$/i) { exec('f10rancid', $router); }
elsif ($vendor =~ /^foundry$/i) { exec('francid', $router); }
elsif ($vendor =~ /^hp$/i) { exec('hrancid', $router); }
elsif ($vendor =~ /^juniper$/i) { exec('jrancid', $router); }