diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-14 00:33:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-14 00:33:29 +0000 |
commit | 3906d967645ce4fb6e4c99fd21170ea60691b7fe (patch) | |
tree | 68ab5235287f71b3c4431830466ddbbb97287f5c /package/firewall/files/reflection.hotplug | |
parent | e0712a54a6c5559d2b49038dc99abd6390bc95c2 (diff) | |
download | upstream-3906d967645ce4fb6e4c99fd21170ea60691b7fe.tar.gz upstream-3906d967645ce4fb6e4c99fd21170ea60691b7fe.tar.bz2 upstream-3906d967645ce4fb6e4c99fd21170ea60691b7fe.zip |
[package] firewall: further tune ICMPv6 default rules according to RFC4890 (#9893)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27979 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/files/reflection.hotplug')
-rw-r--r-- | package/firewall/files/reflection.hotplug | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |