aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-08-03 23:09:24 +0000
committerJörg Mayer <jmayer@loplof.de>2002-08-03 23:09:24 +0000
commit98754219e2374669b24fc5278fd1bcc9493c0726 (patch)
tree4d39340d3c4cf68dc3b8eb4241fb75edb257aa09 /make-manuf
parent6ed12f6993a949cf7b1c335d5a94f4dc5792dfc9 (diff)
The url to the IEEE data changed for non-interactive use.
Bring manuf up to date. svn path=/trunk/; revision=5944
Diffstat (limited to 'make-manuf')
-rwxr-xr-xmake-manuf4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-manuf b/make-manuf
index c84aca81f9..120b32b3de 100755
--- a/make-manuf
+++ b/make-manuf
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# $Id: make-manuf,v 1.5 2002/05/02 11:07:47 guy Exp $
+# $Id: make-manuf,v 1.6 2002/08/03 23:09:24 jmayer Exp $
#
# Make-manuf - Creates a file containing ethernet OUIs and their
# company IDs. It merges the databases at
@@ -23,7 +23,7 @@ if( $@ ) {
$template = "manuf.tmpl";
$outfile = "manuf";
$inheader = 1;
-$ieee_url = "http://standards.ieee.org/regauth/oui/oui.txt";
+$ieee_url = "http://standards.ieee.org/regauth/oui/oui_public.txt";
$cb_url = "http://www.cavebear.com/CaveBear/Ethernet/Ethernet.txt";
%oui_list = ();
$hp = "[0-9a-fA-F]{2}";