firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no connection tracking is used

SVN-Revision: 30727
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 12 years ago
parent 4dc4ebe0c8
commit 9aaca7f1b1

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=2
PKG_RELEASE:=46
PKG_RELEASE:=47
include $(INCLUDE_DIR)/package.mk

@ -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

Loading…
Cancel
Save