summaryrefslogtreecommitdiffstats
path: root/bin/rancid-fe.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rancid-fe.in')
-rwxr-xr-xbin/rancid-fe.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rancid-fe.in b/bin/rancid-fe.in
index a00915f..a09d937 100755
--- a/bin/rancid-fe.in
+++ b/bin/rancid-fe.in
@@ -33,6 +33,8 @@ if ($vendor =~ /^baynet$/i) {
exec('cat5rancid', $router);
} elsif ($vendor =~ /^ezt3$/i) {
exec('erancid', $router);
+} elsif ($vendor =~ /^hp$/i) {
+ exec('hrancid', $router);
} elsif ($vendor =~ /^juniper$/i) {
exec('jrancid', $router);
} elsif ($vendor =~ /^foundry$/i) {