summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/ipv6-support/files/network6.config
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2012-12-03 09:18:53 +0000
committerSteven Barth <cyrus@openwrt.org>2012-12-03 09:18:53 +0000
commit4bda16cf27cb2ca16016f67616dbf4f542c748b6 (patch)
tree2bcc169dda9206e427f6a8d32f04a5375c769e57 /package/network/ipv6/ipv6-support/files/network6.config
parent71ed7ae842cb5b93d5df9c7d94fb8eee6a3542b7 (diff)
downloadmaster-31e0f0ae-4bda16cf27cb2ca16016f67616dbf4f542c748b6.tar.gz
master-31e0f0ae-4bda16cf27cb2ca16016f67616dbf4f542c748b6.tar.bz2
master-31e0f0ae-4bda16cf27cb2ca16016f67616dbf4f542c748b6.zip
ipv6-support: Second Iteration * mode 'downstream' renamed to 'router' * mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling
SVN-Revision: 34466
Diffstat (limited to 'package/network/ipv6/ipv6-support/files/network6.config')
-rw-r--r--package/network/ipv6/ipv6-support/files/network6.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/network/ipv6/ipv6-support/files/network6.config b/package/network/ipv6/ipv6-support/files/network6.config
index 4632bba0bf..4fc22d0fab 100644
--- a/package/network/ipv6/ipv6-support/files/network6.config
+++ b/package/network/ipv6/ipv6-support/files/network6.config
@@ -1,5 +1,5 @@
config interface wan
- option mode upstream
+ option mode dhcpv6
option ula_prefix auto
option request_prefix auto
option prefix_fallback relay
@@ -7,7 +7,7 @@ config interface wan
config interface lan
- option mode downstream
+ option mode router
option advertise_prefix 64
option relay_master wan
@@ -15,3 +15,4 @@ config interface lan
config interface 6in4
option mode static
list static_prefix 2001:DB8::/48
+