diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 0e8091efcc..7e62de5bf4 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall3.git diff --git a/package/network/config/firewall/files/firewall.config b/package/network/config/firewall/files/firewall.config index 4c7ef8a96e..6829e58ec1 100644 --- a/package/network/config/firewall/files/firewall.config +++ b/package/network/config/firewall/files/firewall.config @@ -59,6 +59,7 @@ config rule option name Allow-DHCPv6 option src wan option proto udp + option dest_ip fe80::/10 option dest_port 546 option family ipv6 option target ACCEPT