shorewall_code/contrib/iana_reserved/Makefile
paulgear 486e1726c0 My original idea here was stupid - we have to maintain different
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
2005-07-04 12:38:04 +00:00

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' > $@