From 5ac28292e0d0a3281e48390ef8701f0ecea295c5 Mon Sep 17 00:00:00 2001 Message-Id: <5ac28292e0d0a3281e48390ef8701f0ecea295c5.1714644641.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 1 Oct 2017 15:38:42 +0100 Subject: [PATCH] classify.m4: Note the older site-local IPv6 range. Organization: Straylight/Edgeware From: Mark Wooding --- classify.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classify.m4 b/classify.m4 index 7bea059..6e304a8 100644 --- a/classify.m4 +++ b/classify.m4 @@ -332,7 +332,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 -- [mdw]