firewall: add DHCPv6 default rule (#10381)

SVN-Revision: 28874
This commit is contained in:
Jo-Philipp Wich 2011-11-09 11:10:37 +00:00
parent f371d516bf
commit 10f199d832
2 changed files with 13 additions and 1 deletions

View File

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

View File

@ -43,6 +43,18 @@ config rule
option family ipv4
option target ACCEPT
# Allow DHCPv6 replies
# see https://dev.openwrt.org/ticket/10381
config rule
option src wan
option proto udp
option src_ip fe80::/10
option src_port 547
option dest_ip fe80::/10
option dest_port 546
option family ipv6
option target ACCEPT
# Allow essential incoming IPv6 ICMP traffic
config rule
option src wan