freebsd-ports/net-mgmt/ndpmon/files/patch-plugins_mac__resolv_make-manuf
Pawel Pekala b52eb78513 Add patch fixing Cavebear Ethernet manufacturer listings location
PR:		ports/161964
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2011-10-25 20:36:24 +00:00

14 lines
No EOL
435 B
Text

$FreeBSD$
--- plugins/mac_resolv/make-manuf.orig
+++ plugins/mac_resolv/make-manuf
@@ -27,7 +27,7 @@
$outfile = "manuf";
$inheader = 1;
$ieee_url = "http://standards.ieee.org/regauth/oui/oui_public.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";