X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/7c2cd88b230b006b9609ec4119047c402a9568b5..refs/heads/master:/classify.m4 diff --git a/classify.m4 b/classify.m4 index 7bea059..98b9795 100644 --- a/classify.m4 +++ b/classify.m4 @@ -146,6 +146,7 @@ for i in 0.0.0.0 240.0.0.0/4; do run iptables -t mangle -A out-classify -g bad-destination-address -d $i done run iptables -t mangle -A out-classify -g mark-to-link -d 169.254.0.0/16 +run iptables -t mangle -A out-classify -g mark-to-link -d 255.255.255.255 run iptables -t mangle -A out-classify -g mark-to-link \ -m addrtype --dst-type BROADCAST @@ -332,7 +333,7 @@ do run iptables -t mangle -A in-default -s $addr -g bad-source-address done for addr in \ - fc00::/7 \ + fc00::/7 fec0::/10 \ ::0:0/96 ::ffff:0:0/96 \ 2001:db8::/32 do