summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6relayd/files/6relayd.config
diff options
context:
space:
mode:
authorcyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-16 09:27:56 +0000
committercyrus <cyrus@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-11-16 09:27:56 +0000
commit9a47c045f25ecbb0139681996635aa3a85ac6fc9 (patch)
tree66c89927f71bdb112c7430944241924905e3f9b8 /package/network/ipv6/6relayd/files/6relayd.config
parent4474c34f386da98a74b68795025985f5de5cc999 (diff)
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 000000000..c5431d31b
--- /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'