ipv6-support: Second Iteration * mode 'downstream' renamed to 'router' * mode 'upstre...
[openwrt/staging/wigyori.git] / package / network / ipv6 / ipv6-support / files / network6.config
index 4632bba0bf04a9987e3f9f130096029dc15162c8..4fc22d0fab004cd95555d6d609f8ebd92dd7091d 100644 (file)
@@ -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
+