Skip to content
Snippets Groups Projects
Commit 15189a62 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

firewall: allow incoming ICMPv6 router-advertisement and neighbor-advertisement, thanks swalker

SVN-Revision: 32127
parent 809cc8a4
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
PKG_VERSION:=2
PKG_RELEASE:=51
PKG_RELEASE:=52
include $(INCLUDE_DIR)/package.mk
......
......@@ -72,6 +72,8 @@ config rule
list icmp_type unknown-header-type
list icmp_type router-solicitation
list icmp_type neighbour-solicitation
list icmp_type router-advertisement
list icmp_type neighbour-advertisement
option limit 1000/sec
option family ipv6
option target ACCEPT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment