summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/ipv6-support/files/network6.config
diff options
context:
space:
mode:
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-06 20:52:40 +0000
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-06 20:52:40 +0000
commit83ef4411d0f72fc6f137b189173d99ad0769cbef (patch)
treec80b98aea5fa59360ada4e754045f6a2ab1af096 /package/network/ipv6/ipv6-support/files/network6.config
parent6cde8ed78364ff65029ebd42a847fe3991ecf8c2 (diff)
ipv6-support: next iteration
* Introduce mode 6rd * Introduce mode 6to4 * Fix announcement of DNS-Servers received from DHCPv6 * Fix some corner-cases in relaying behaviour git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/ipv6-support/files/network6.config')
-rw-r--r--package/network/ipv6/ipv6-support/files/network6.config6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/network/ipv6/ipv6-support/files/network6.config b/package/network/ipv6/ipv6-support/files/network6.config
index 4fc22d0fa..853918b22 100644
--- a/package/network/ipv6/ipv6-support/files/network6.config
+++ b/package/network/ipv6/ipv6-support/files/network6.config
@@ -5,14 +5,8 @@ config interface wan
option prefix_fallback relay
option peerdns 1
-
config interface lan
option mode router
option advertise_prefix 64
option relay_master wan
-
-config interface 6in4
- option mode static
- list static_prefix 2001:DB8::/48
-