diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-10-08 13:08:05 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-10-08 13:08:05 +0000 |
commit | c118e5edf4301dc303024603dd34d369d9926d6d (patch) | |
tree | 563395421170eb286377e375725db125b71ffd14 /target/linux/adm8668/base-files/etc/config | |
parent | fa5237d9362f96aa4427e959b8bbd98811d8c806 (diff) | |
download | upstream-c118e5edf4301dc303024603dd34d369d9926d6d.tar.gz upstream-c118e5edf4301dc303024603dd34d369d9926d6d.tar.bz2 upstream-c118e5edf4301dc303024603dd34d369d9926d6d.zip |
network: Unbind DHCPv6 from underlying interfaces
This allows IPv6 to set up without IPv4 being up thus
IPv6-only or IPv6+DS-Lite working with the default config.
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42848
Diffstat (limited to 'target/linux/adm8668/base-files/etc/config')
-rw-r--r-- | target/linux/adm8668/base-files/etc/config/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm8668/base-files/etc/config/network b/target/linux/adm8668/base-files/etc/config/network index 2b53cf6c5d..5967cdd067 100644 --- a/target/linux/adm8668/base-files/etc/config/network +++ b/target/linux/adm8668/base-files/etc/config/network @@ -17,7 +17,7 @@ config interface wan option proto dhcp config interface wan6 - option ifname @wan + option ifname eth1 option proto dhcpv6 config globals globals |