diff options
author | Steven Barth <steven@midlink.org> | 2014-10-08 13:08:05 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-10-08 13:08:05 +0000 |
commit | 3823e9634d2c0c95e9cf42e9f616392613067f8e (patch) | |
tree | b5a7a01ff29abe5ccde1d4469aaa47b2c797d715 /target/linux/x86 | |
parent | e1219a24e281d6ca0f79cf7f37afcc41d66c12de (diff) | |
download | upstream-3823e9634d2c0c95e9cf42e9f616392613067f8e.tar.gz upstream-3823e9634d2c0c95e9cf42e9f616392613067f8e.tar.bz2 upstream-3823e9634d2c0c95e9cf42e9f616392613067f8e.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42848 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
5 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/x86/alix2/base-files/etc/config/network b/target/linux/x86/alix2/base-files/etc/config/network index 505628e949..4683402843 100644 --- a/target/linux/x86/alix2/base-files/etc/config/network +++ b/target/linux/x86/alix2/base-files/etc/config/network @@ -21,7 +21,7 @@ config interface wan option proto dhcp config interface wan6 - option ifname @wan + option ifname eth0 option proto dhcpv6 config globals globals diff --git a/target/linux/x86/base-files/etc/defconfig/net4801/network b/target/linux/x86/base-files/etc/defconfig/net4801/network index 172d513159..6821c807d0 100644 --- a/target/linux/x86/base-files/etc/defconfig/net4801/network +++ b/target/linux/x86/base-files/etc/defconfig/net4801/network @@ -17,7 +17,7 @@ config interface wan option proto dhcp config interface wan6 - option ifname @wan + option ifname eth0 option proto dhcpv6 config globals globals diff --git a/target/linux/x86/geos/base-files/etc/config/network b/target/linux/x86/geos/base-files/etc/config/network index a60fcdf28d..d12d528032 100644 --- a/target/linux/x86/geos/base-files/etc/config/network +++ b/target/linux/x86/geos/base-files/etc/config/network @@ -30,7 +30,7 @@ config interface wan # option macaddr '00:0A:FA:22:00:80' config interface wan6 - option ifname @wan + option ifname nas0 option proto dhcpv6 config globals globals diff --git a/target/linux/x86/net5501/base-files/etc/config/network b/target/linux/x86/net5501/base-files/etc/config/network index 330c60b324..4aa8096584 100644 --- a/target/linux/x86/net5501/base-files/etc/config/network +++ b/target/linux/x86/net5501/base-files/etc/config/network @@ -19,7 +19,7 @@ config interface wan option proto dhcp config interface wan6 - option ifname @wan + option ifname eth0 option proto dhcpv6 config globals globals diff --git a/target/linux/x86/rdc/base-files/etc/config/network b/target/linux/x86/rdc/base-files/etc/config/network index 9ee12dc008..69627f7c1a 100644 --- a/target/linux/x86/rdc/base-files/etc/config/network +++ b/target/linux/x86/rdc/base-files/etc/config/network @@ -19,7 +19,7 @@ config interface wan option proto dhcp config interface wan6 - option ifname @wan + option ifname eth0 option proto dhcpv6 config globals globals |