From c118e5edf4301dc303024603dd34d369d9926d6d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 8 Oct 2014 13:08:05 +0000 Subject: 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 SVN-Revision: 42848 --- package/base-files/files/etc/config/network | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/base-files/files/etc/config/network') diff --git a/package/base-files/files/etc/config/network b/package/base-files/files/etc/config/network index 3c9c30a59f..d3cd3c613a 100644 --- a/package/base-files/files/etc/config/network +++ b/package/base-files/files/etc/config/network @@ -14,9 +14,5 @@ config interface lan option netmask 255.255.255.0 option ip6assign 60 -config interface wan6 - option ifname @wan - option proto dhcpv6 - config globals globals option ula_prefix auto -- cgit v1.2.3