summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6relayd/files/6relayd.config
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2012-11-16 09:27:56 +0000
committerSteven Barth <cyrus@openwrt.org>2012-11-16 09:27:56 +0000
commit45137b0896e6ed96605e867ab9068014ad6ee935 (patch)
tree3443f95696350daf13b8fb9b8644e3d14f7c9e15 /package/network/ipv6/6relayd/files/6relayd.config
parent24b102fc3c270c41d0a0e6c580bb41b87653fa11 (diff)
downloadmaster-31e0f0ae-45137b0896e6ed96605e867ab9068014ad6ee935.tar.gz
master-31e0f0ae-45137b0896e6ed96605e867ab9068014ad6ee935.tar.bz2
master-31e0f0ae-45137b0896e6ed96605e867ab9068014ad6ee935.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
SVN-Revision: 34204
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'