2
0
forked from Ivasoft/openwrt

firewall: Remove obsoleted ULA-border rule

SVN-Revision: 36622
This commit is contained in:
Steven Barth
2013-05-13 17:12:10 +00:00
parent 6a57ff8548
commit 4cb9d9715c
2 changed files with 1 additions and 20 deletions

View File

@@ -95,25 +95,6 @@ config rule
option family ipv6
option target ACCEPT
# Block ULA-traffic from leaking out
config rule
option name Enforce-ULA-Border-Src
option src *
option dest wan
option proto all
option src_ip fc00::/7
option family ipv6
option target REJECT
config rule
option name Enforce-ULA-Border-Dest
option src *
option dest wan
option proto all
option dest_ip fc00::/7
option family ipv6
option target REJECT
# include a file with users custom iptables rules
config include
option path /etc/firewall.user