summaryrefslogtreecommitdiffstats
path: root/bin/rancid-fe.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2001-08-10 18:35:12 +0000
committerTar Committer <tar@ocjtech.us>2001-08-10 18:35:12 +0000
commitd19de03be4d4ad086ab9446e4196afdd6891fb79 (patch)
tree0c0ea9ff28ccfb48d0b7bc58ff8b379cd2c56a2a /bin/rancid-fe.in
parentaf496d2efa0969f29a22a4236c620f513eb90287 (diff)
downloadrancid-d19de03be4d4ad086ab9446e4196afdd6891fb79.tar.gz
rancid-d19de03be4d4ad086ab9446e4196afdd6891fb79.tar.xz
rancid-d19de03be4d4ad086ab9446e4196afdd6891fb79.zip
Imported from rancid-2.2b6.tar.gz.rancid-2.2b6
Diffstat (limited to 'bin/rancid-fe.in')
-rwxr-xr-xbin/rancid-fe.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/rancid-fe.in b/bin/rancid-fe.in
index b452f0f..a00915f 100755
--- a/bin/rancid-fe.in
+++ b/bin/rancid-fe.in
@@ -25,7 +25,9 @@ require 5;
($router, $vendor) = split('\:', $ARGV[0]);
-if ($vendor =~ /^cisco$/i) {
+if ($vendor =~ /^baynet$/i) {
+ exec('brancid', $router);
+} elsif ($vendor =~ /^cisco$/i) {
exec('rancid', $router);
} elsif ($vendor =~ /^cat5$/i) {
exec('cat5rancid', $router);