summaryrefslogtreecommitdiffstats
path: root/bin/rancid-fe.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rancid-fe.in')
-rw-r--r--bin/rancid-fe.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/rancid-fe.in b/bin/rancid-fe.in
index d5c68c2..a76bc4d 100644
--- a/bin/rancid-fe.in
+++ b/bin/rancid-fe.in
@@ -3,7 +3,7 @@
## $Id$
##
## @PACKAGE@ @VERSION@
-## Copyright (c) 1997-2007 by Terrapin Communications, Inc.
+## Copyright (c) 1997-2008 by Terrapin Communications, Inc.
## All rights reserved.
##
## This code is derived from software contributed to and maintained by
@@ -51,17 +51,20 @@ require 5;
$vendor =~ tr/[A-Z]/[a-z]/;
%vendortable = (
+ 'agm' => 'agmrancid',
'alteon' => 'arancid',
'avocent' => 'avorancid',
'baynet' => 'brancid',
'bigip' => 'f5rancid',
'cat5' => 'cat5rancid',
'cisco' => 'rancid',
+ 'cisco-nx' => 'nxrancid',
'css' => 'cssrancid',
'enterasys' => 'rivrancid',
'erx' => 'jerancid',
'extreme' => 'xrancid',
'ezt3' => 'erancid',
+ 'f5' => 'f5rancid',
'force10' => 'f10rancid',
'fortigate' => 'fnrancid',
'foundry' => 'francid',
@@ -69,11 +72,12 @@ $vendor =~ tr/[A-Z]/[a-z]/;
'hp' => 'hrancid',
'juniper' => 'jrancid',
'mrtd' => 'mrancid',
+ 'mrv' => 'mrvrancid',
+ 'netopia' => 'trancid',
'netscaler' => 'nsrancid',
'netscreen' => 'nrancid',
'procket' => 'prancid',
'redback' => 'rrancid',
- 'riverhead' => 'agmrancid',
'riverstone' => 'rivrancid',
'smc' => 'srancid',
'tnt' => 'tntrancid',