aboutsummaryrefslogtreecommitdiffstats
path: root/make-manuf
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-06-18 17:32:35 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-06-18 17:32:35 +0000
commit6ded2a5d899ff82b073c8a9a19763114179474c1 (patch)
treef626aa11bc1d58e8c40ae79f4058e81f7e100579 /make-manuf
parent627bc2411aac3cca7cc887ff02c8352425a62ad2 (diff)
Fix for bug 2619:
Current OUI registery has changed location (again). Adjusting script to fetch current file. Generated dataset based on this current file. svn path=/trunk/; revision=25475
Diffstat (limited to 'make-manuf')
-rwxr-xr-xmake-manuf2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-manuf b/make-manuf
index 9a68636023..37310b35cd 100755
--- a/make-manuf
+++ b/make-manuf
@@ -26,7 +26,7 @@ $template = "manuf.tmpl";
$wkatmpl = "wka.tmpl";
$outfile = "manuf";
$inheader = 1;
-$ieee_url = "http://standards.ieee.org/regauth/oui/oui_public.txt";
+$ieee_url = "http://standards.ieee.org/regauth/oui/oui.txt";
$cb_url = "http://www.cavebear.com/CaveBear/Ethernet/Ethernet.txt";
%oui_list = ();
$hp = "[0-9a-fA-F]{2}";