From ea94d66b0fdb6a6853cd9ce8804c549fee6b553d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 9 Apr 2013 08:03:08 +0000 Subject: Adapt default network configuration for IPv6 SVN-Revision: 36278 --- package/base-files/files/etc/config/network | 8 ++++++++ 1 file changed, 8 insertions(+) (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 a35fd2e..f2afcd9 100644 --- a/package/base-files/files/etc/config/network +++ b/package/base-files/files/etc/config/network @@ -12,3 +12,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 -- cgit v1.1