From 6a962ce10a37a675477f7c918d5c2e98ec7db42b Mon Sep 17 00:00:00 2001 From: cyrus Date: Tue, 15 Jan 2013 13:08:19 +0000 Subject: ipv6-support: Switch to native IPv6 support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35174 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/ipv6/ipv6-support/files/network6.config | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package/network/ipv6/ipv6-support/files/network6.config (limited to 'package/network/ipv6/ipv6-support/files/network6.config') diff --git a/package/network/ipv6/ipv6-support/files/network6.config b/package/network/ipv6/ipv6-support/files/network6.config deleted file mode 100644 index 37a327f2b..000000000 --- a/package/network/ipv6/ipv6-support/files/network6.config +++ /dev/null @@ -1,15 +0,0 @@ -config global global - option ula_prefix auto - -config interface wan - option mode dhcpv6 - option request_prefix auto - option prefix_fallback relay - option peerdns 1 - option site_border 1 - -config interface lan - option mode router - option advertise_prefix 64 - option relay_master wan - -- cgit v1.2.3