summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/ipv6-support/files/network6.config
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2012-12-06 20:52:40 +0000
committerSteven Barth <cyrus@openwrt.org>2012-12-06 20:52:40 +0000
commit82576f0ca3dd1be61e9aea6468854f1ec7e1e696 (patch)
treebd21ed26d2fbb03c91a4ae0be3099b6bf60b7140 /package/network/ipv6/ipv6-support/files/network6.config
parent61e8c6b83bc7d30886b7d0ac19ed2ee79904123e (diff)
downloadmaster-31e0f0ae-82576f0ca3dd1be61e9aea6468854f1ec7e1e696.tar.gz
master-31e0f0ae-82576f0ca3dd1be61e9aea6468854f1ec7e1e696.tar.bz2
master-31e0f0ae-82576f0ca3dd1be61e9aea6468854f1ec7e1e696.zip
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
SVN-Revision: 34542
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 4fc22d0fab..853918b22d 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
-