2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Steven Barth
2014-10-08 13:08:05 +00:00
parent fa5237d936
commit c118e5edf4
13 changed files with 12 additions and 16 deletions

View File

@@ -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