forked from extern/shorewall_code
5842afccb1
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2242 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
11 lines
282 B
Makefile
11 lines
282 B
Makefile
all: bogons
|
|
|
|
wget:
|
|
wget --timestamping http://www.iana.org/assignments/ipv4-address-space
|
|
|
|
bogons: bogons.head bogons.body bogons.tail
|
|
cat $^ > $@
|
|
|
|
bogons.body: wget ipv4-address-space getreserved.py Makefile
|
|
./getreserved.py < ipv4-address-space | grep -v '^10\.0\.0\.0/8' > $@
|