aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6relayd/files/6relayd.config
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2012-11-16 09:27:56 +0000
committerSteven Barth <steven@midlink.org>2012-11-16 09:27:56 +0000
commitd1afb91198078c347020e79bde3581dab116d014 (patch)
tree66c89927f71bdb112c7430944241924905e3f9b8 /package/network/ipv6/6relayd/files/6relayd.config
parentfa8966669477ca29d68c8b596127992cb4d7a7ba (diff)
downloadmaster-187ad058-d1afb91198078c347020e79bde3581dab116d014.tar.gz
master-187ad058-d1afb91198078c347020e79bde3581dab116d014.tar.bz2
master-187ad058-d1afb91198078c347020e79bde3581dab116d014.zip
6relayd: various updates & fixes
- Add RD- and DHCPv6-server functionality - Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34204 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/ipv6/6relayd/files/6relayd.config')
-rw-r--r--package/network/ipv6/6relayd/files/6relayd.config17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/network/ipv6/6relayd/files/6relayd.config b/package/network/ipv6/6relayd/files/6relayd.config
new file mode 100644
index 0000000000..c5431d31b2
--- /dev/null
+++ b/package/network/ipv6/6relayd/files/6relayd.config
@@ -0,0 +1,17 @@
+# Example #1: Create a relay for several networks in proxy mode
+# This can be used to proxy Router Discovery, DHCPv6 and NDP.
+
+#config relay
+# option network 'wan lan'
+# option rd 'relay'
+# option dhcpv6 'relay'
+# option ndp 'relay'
+
+
+# Example #2: Provide Router Discovery and stateless DHCPv6 in server mode
+# This can be used as a small radvd and stateless DHCPv6-server replacement.
+
+#config server
+# option network 'lan'
+# option rd 'server'
+# option dhcpv6 'server'