summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/ipv6-support/files/network6.config
diff options
context:
space:
mode:
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-15 13:08:19 +0000
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-01-15 13:08:19 +0000
commit6a962ce10a37a675477f7c918d5c2e98ec7db42b (patch)
treec09f577bbdef6a6c785df6d96aac3b84d0619128 /package/network/ipv6/ipv6-support/files/network6.config
parentb81f0c9e0f3f557ccc7717af4c091dedd18d61da (diff)
ipv6-support: Switch to native IPv6 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35174 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/ipv6-support/files/network6.config')
-rw-r--r--package/network/ipv6/ipv6-support/files/network6.config15
1 files changed, 0 insertions, 15 deletions
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
-