diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-05-13 17:12:20 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-05-13 17:12:20 +0000 |
commit | 973dad61b0be42c175692350db232cb0d44214d0 (patch) | |
tree | d3ac036f3053bbdad23a19354f8cfdeccf07fe6b /package/network/config/firewall3/files | |
parent | 07d99b62b7444db610126cc952368a282befac33 (diff) | |
download | upstream-973dad61b0be42c175692350db232cb0d44214d0.tar.gz upstream-973dad61b0be42c175692350db232cb0d44214d0.tar.bz2 upstream-973dad61b0be42c175692350db232cb0d44214d0.zip |
firewall3: Remove obsoleted ULA-border
SVN-Revision: 36624
Diffstat (limited to 'package/network/config/firewall3/files')
-rw-r--r-- | package/network/config/firewall3/files/ipv6-ula-border.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/network/config/firewall3/files/ipv6-ula-border.sh b/package/network/config/firewall3/files/ipv6-ula-border.sh deleted file mode 100644 index ebd23a9851..0000000000 --- a/package/network/config/firewall3/files/ipv6-ula-border.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -ULA_PREFIX=$(uci -q get network.globals.ula_prefix) -[ -n "$ULA_PREFIX" ] || exit 0 - -ip6tables -I delegate_forward -s $ULA_PREFIX -m comment --comment "Enforce ULA-Border" -j zone_wan_dest_REJECT -ip6tables -I delegate_forward -d $ULA_PREFIX -m comment --comment "Enforce ULA-Border" -j zone_wan_dest_REJECT |