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/mcs814x | |
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/mcs814x')
-rw-r--r-- | target/linux/mcs814x/base-files/etc/config/network | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/mcs814x/base-files/etc/config/network b/target/linux/mcs814x/base-files/etc/config/network index e24e824293..717f0482d8 100644 --- a/target/linux/mcs814x/base-files/etc/config/network +++ b/target/linux/mcs814x/base-files/etc/config/network @@ -11,3 +11,11 @@ config interface lan option proto static option ipaddr 192.168.1.1 option netmask 255.255.255.0 + option ip6assign 64 + +config interface wan6 + option ifname @wan + option proto dhcpv6 + +config globals globals + option ula_prefix auto |