From 5936db1ba6be1fd11bc888ac0af823291111212e Mon Sep 17 00:00:00 2001 From: David Moss Date: Wed, 29 Aug 2012 00:06:43 +0100 Subject: - refactored IEEE data download and updated files --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8c1114..ba66dcb 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,8 @@ download: @echo 'downloading latest IEEE data' cd netaddr/eui/ && wget -N http://standards.ieee.org/regauth/oui/oui.txt cd netaddr/eui/ && wget -N http://standards.ieee.org/regauth/oui/iab.txt + @echo 'rebuilding IEEE data file indices' + python netaddr/eui/ieee.py @echo 'downloading latest IANA data' cd netaddr/ip/ && wget -N http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.xml cd netaddr/ip/ && wget -N http://www.iana.org/assignments/ipv6-address-space/ipv6-address-space.xml -- cgit v1.2.1