mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-09 01:04:06 +01:00
486e1726c0
versions of bogons anyway, so this directory should just create the bogons.body file, and we'll cut & paste into the files in the relevant branches. git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2243 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
8 lines
229 B
Makefile
8 lines
229 B
Makefile
all: bogons.body
|
|
|
|
wget:
|
|
wget --timestamping http://www.iana.org/assignments/ipv4-address-space
|
|
|
|
bogons.body: wget ipv4-address-space getreserved.py Makefile
|
|
./getreserved.py < ipv4-address-space | grep -v '^10\.0\.0\.0/8' > $@
|