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 8e5d333..7a6c7ff 100755
--- a/bin/rancid-fe.in
+++ b/bin/rancid-fe.in
@@ -37,6 +37,8 @@ if ($vendor =~ /^cisco$/i) {
exec('francid', $router);
} elsif ($vendor =~ /^redback$/i) {
exec('rrancid', $router);
+} elsif ($vendor =~ /^alteon$/i) {
+ exec('arancid', $router);
}
printf(STDERR "unknown router manufacturer for $router: $vendor\n");