From 517ebc0869b32f6be00a98d81f9fc4074a5103fa Mon Sep 17 00:00:00 2001 From: cyrus Date: Thu, 27 Dec 2012 15:47:53 +0000 Subject: ipv6-support: Remove site-border feature * was causing routing problems * will be reimplemented using firewall git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34898 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/ipv6/ipv6-support/Makefile | 2 +- package/network/ipv6/ipv6-support/files/network6.config | 1 - package/network/ipv6/ipv6-support/files/support.sh | 7 ------- 3 files changed, 1 insertion(+), 9 deletions(-) (limited to 'package') diff --git a/package/network/ipv6/ipv6-support/Makefile b/package/network/ipv6/ipv6-support/Makefile index a8df35478..634dc5d74 100644 --- a/package/network/ipv6/ipv6-support/Makefile +++ b/package/network/ipv6/ipv6-support/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipv6-support -PKG_VERSION:=2012-12-27 +PKG_VERSION:=2012-12-28 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk diff --git a/package/network/ipv6/ipv6-support/files/network6.config b/package/network/ipv6/ipv6-support/files/network6.config index 7385eebfb..ce85dbe8b 100644 --- a/package/network/ipv6/ipv6-support/files/network6.config +++ b/package/network/ipv6/ipv6-support/files/network6.config @@ -1,6 +1,5 @@ config global global option ula_prefix auto - option site_border 1 config interface wan option mode dhcpv6 diff --git a/package/network/ipv6/ipv6-support/files/support.sh b/package/network/ipv6/ipv6-support/files/support.sh index 405cc32ad..01efb9ed7 100644 --- a/package/network/ipv6/ipv6-support/files/support.sh +++ b/package/network/ipv6/ipv6-support/files/support.sh @@ -537,11 +537,4 @@ enable_interface() [ "$mode" == "router" ] && enable_router "$network" "$device" [ "$mode" == "6to4" -o "$mode" == "6rd" ] && enable_6to4 "$network" "$device" "$mode" [ "$mode" == "relay" ] && restart_master_relay "$network" forced - - # Create / Delete site border - local site_border - local cmd="delulaborder" - config_get_bool site_border global site_border 0 - [ "$site_border" == "1" ] && cmd="newulaborder" - ubus call 6distributed "$cmd" } -- cgit v1.2.3