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