From 52477fd829ae908875b177553558b9d11c161563 Mon Sep 17 00:00:00 2001 From: cyrus Date: Mon, 13 May 2013 17:12:20 +0000 Subject: firewall3: Remove obsoleted ULA-border git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36624 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/config/firewall3/files/ipv6-ula-border.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 package/network/config/firewall3/files/ipv6-ula-border.sh (limited to 'package/network/config/firewall3/files/ipv6-ula-border.sh') 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 ebd23a985..000000000 --- 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 -- cgit v1.2.3