diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-04-09 08:03:08 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-04-09 08:03:08 +0000 |
commit | ea94d66b0fdb6a6853cd9ce8804c549fee6b553d (patch) | |
tree | b1b411b81ea09041863013583c3a7e37e5b774f8 /target/linux/lantiq/base-files/etc/uci-defaults | |
parent | 3e4b2af125af9d775fef7ce09820bd9199005e14 (diff) | |
download | upstream-ea94d66b0fdb6a6853cd9ce8804c549fee6b553d.tar.gz upstream-ea94d66b0fdb6a6853cd9ce8804c549fee6b553d.tar.bz2 upstream-ea94d66b0fdb6a6853cd9ce8804c549fee6b553d.zip |
Adapt default network configuration for IPv6
SVN-Revision: 36278
Diffstat (limited to 'target/linux/lantiq/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/uci-defaults/02_network | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network index 1eadb5687b..006f1bcc45 100755 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network @@ -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 } |