firewall: further tune ICMPv6 default rules according to RFC4890 (#9893)

SVN-Revision: 27979
This commit is contained in:
Jo-Philipp Wich
2011-08-14 00:33:29 +00:00
parent 3aa922d33c
commit f1e7045d30
3 changed files with 18 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ if [ "$ACTION" = "add" ] && [ "$INTERFACE" = "wan" ]; then
local p
for p in ${proto:-tcp udp}; do
case "$p" in
tcp|udp)
tcp|udp|6|17)
iptables -t nat -A nat_reflection_in \
-s $lanip/$lanmk -d $exthost \
-p $p $extport \