Adapt default network configuration for IPv6
[openwrt/staging/chunkeey.git] / target / linux / lantiq / base-files / etc / uci-defaults / 02_network
index 1eadb5687b643eb2ff2604fc061b3b73e11a318e..006f1bcc454c074783ce6581eaa5238cb86ac372 100755 (executable)
@@ -21,6 +21,10 @@ set network.wan.ifname='nas0'
 set network.wan.proto='pppoe'
 set network.wan.username='foo'
 set network.wan.password='bar'
+set network.wan.ipv6='1'
+set network.wan6='interface'
+set network.wan6.ifname='@wan'
+set network.wan6.proto='dhcpv6'
 EOF
 }