Support Cisco 1250 and Linksys SRW2048

This commit is contained in:
Bill Fenner
2008-07-08 16:38:34 +00:00
parent 3855c92564
commit 1b85820314
2 changed files with 7 additions and 3 deletions

View File

@@ -213,6 +213,7 @@ sub _vendor {
2 => 'ibm',
171 => 'dlink',
674 => 'dell',
3955 => 'linksys',
);
$id = $1 if (defined($id) && $id =~ /^\.1\.3\.6\.1\.4\.1\.(\d+)/);