summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Moss <drkjam@gmail.com>2012-08-29 00:06:43 +0100
committerDavid Moss <drkjam@gmail.com>2012-08-29 00:06:43 +0100
commit5936db1ba6be1fd11bc888ac0af823291111212e (patch)
treee755d8ac1c64c39844d00514f36014d9d5ac62f1 /Makefile
parentcce482020c9c82834ec69f33708f2a0b04665103 (diff)
downloadnetaddr-5936db1ba6be1fd11bc888ac0af823291111212e.tar.gz
- refactored IEEE data download and updated files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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