chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87bf159
)
classify.m4: Use canonical forms for IPv6 addresses.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 11 Mar 2012 16:35:37 +0000
(16:35 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 12 Mar 2012 00:13:27 +0000
(
00:13
+0000)
classify.m4
patch
|
blob
|
blame
|
history
diff --git
a/classify.m4
b/classify.m4
index 16a92c9f1004b2a21d3b98ce6e305d0b70c9b9f1..606d90d3e5b3fc2c1abd171190400ea8eef73c55 100644
(file)
--- a/
classify.m4
+++ b/
classify.m4
@@
-252,7
+252,7
@@
do
done
for addr in \
fc00::/7 \
- 2001:
0
db8::/32
+ 2001:db8::/32
do
run ip6tables -t mangle -A in-default -s $addr -g bad-source-address
done