aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-08-06 15:05:08 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-08-06 15:05:08 +0000
commitaade2d70af27777aaeb641799c96ddddb12d280a (patch)
treefdc907f71ce72cb43e96fc7a97fdd657500d18e3
parent0fdfa575ae510df7f77056b47d8b4e6190690a61 (diff)
Update cavebear link.
svn path=/trunk/; revision=38378
-rwxr-xr-xtools/make-manuf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-manuf b/tools/make-manuf
index b31e14e2fd..fe2cb9fdf8 100755
--- a/tools/make-manuf
+++ b/tools/make-manuf
@@ -5,7 +5,7 @@
# Make-manuf - Creates a file containing ethernet OUIs and their
# company IDs. It merges the databases at
# http://standards.ieee.org/regauth/oui/index.shtml and
-# http://www.cavebear.com/CaveBear/Ethernet/
+# http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt
# with entries in our template file.
#
# The script reads the comments at the top of "manuf.tmpl" and writes
@@ -31,7 +31,7 @@ $outfile = "manuf";
$inheader = 1;
$oui_url = "http://standards.ieee.org/regauth/oui/oui.txt";
$iab_url = "http://standards.ieee.org/regauth/oui/iab.txt";
-$cb_url = "http://www.cavebear.com/CaveBear/Ethernet/Ethernet.txt";
+$cb_url = "http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt";
%oui_list = ();
$hp = "[0-9a-fA-F]{2}";
$oui_re = "$hp:$hp:$hp";