From: Jo-Philipp Wich Date: Sat, 25 Feb 2012 21:00:23 +0000 (+0000) Subject: firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9aaca7f1b16feb92da08f9687fd1ae9825be85e6;p=librecmc%2Flibrecmc.git firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in case no connection tracking is used SVN-Revision: 30727 --- diff --git a/package/firewall/Makefile b/package/firewall/Makefile index b03fca8a03..1367cc38dd 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -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 diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 77832ffaca..6322922651 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