From 70d19c877a152d985107dd81b6799832671f36cc Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 3 Dec 2012 09:18:53 +0000 Subject: ipv6-support: Second Iteration * mode 'downstream' renamed to 'router' * mode 'upstream' renamed to 'dhcpv6' * mode 'relay' added * cleanups and minor bugfixes in state handling git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34466 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/ipv6/ipv6-support/files/network6.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/network/ipv6/ipv6-support/files/network6.config') 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 + -- cgit v1.2.3