From: Mark Wooding Date: Thu, 8 Mar 2012 18:57:42 +0000 (+0000) Subject: Merge branch 'master' into emergency X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/5caa9a42c1968d16a315fafc95297e2338804895?hp=9ae82479e1118750d3d6a20881f612c9bd2cc426 Merge branch 'master' into emergency * master: classify.m4: Reject the RFC5737 documentation-only addresses. --- diff --git a/classify.m4 b/classify.m4 index 8b6a650..16a92c9 100644 --- a/classify.m4 +++ b/classify.m4 @@ -245,7 +245,8 @@ done ## Fill in the black holes in the network. for addr in \ 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \ - 127.0.0.0/8 192.0.2.0/24 + 127.0.0.0/8 \ + 192.0.2.0/24 198.51.100.0/24 203.0.113.0/24 do run iptables -t mangle -A in-default -s $addr -g bad-source-address done