From f1e7045d309e2d88c18de5e41af9e40e801bd7ec Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 14 Aug 2011 00:33:29 +0000 Subject: firewall: further tune ICMPv6 default rules according to RFC4890 (#9893) SVN-Revision: 27979 --- package/firewall/files/reflection.hotplug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/firewall/files/reflection.hotplug') diff --git a/package/firewall/files/reflection.hotplug b/package/firewall/files/reflection.hotplug index 15e350082a..1feb21075a 100644 --- a/package/firewall/files/reflection.hotplug +++ b/package/firewall/files/reflection.hotplug @@ -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 \ -- cgit v1.2.3