diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-25 21:00:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-25 21:00:23 +0000 |
commit | 9aaca7f1b16feb92da08f9687fd1ae9825be85e6 (patch) | |
tree | 01fbb46242d2dd6e8a06972260dff1c5ba694a0d /package/firewall/files/firewall.config | |
parent | 4dc4ebe0c856b88c8f3cf80c5a23a259e1c26586 (diff) | |
download | mtk-20170518-9aaca7f1b16feb92da08f9687fd1ae9825be85e6.zip mtk-20170518-9aaca7f1b16feb92da08f9687fd1ae9825be85e6.tar.gz mtk-20170518-9aaca7f1b16feb92da08f9687fd1ae9825be85e6.tar.bz2 |
firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no connection tracking is used
SVN-Revision: 30727
Diffstat (limited to 'package/firewall/files/firewall.config')
-rw-r--r-- | package/firewall/files/firewall.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 77832ff..6322922 100644 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -64,6 +64,7 @@ config rule option src wan option proto icmp list icmp_type echo-request + list icmp_type echo-reply list icmp_type destination-unreachable list icmp_type packet-too-big list icmp_type time-exceeded @@ -82,6 +83,7 @@ config rule option dest * option proto icmp list icmp_type echo-request + list icmp_type echo-reply list icmp_type destination-unreachable list icmp_type packet-too-big list icmp_type time-exceeded |