summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/6relayd/files/6relayd.config
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/ipv6/6relayd/files/6relayd.config')
-rw-r--r--package/network/ipv6/6relayd/files/6relayd.config8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/network/ipv6/6relayd/files/6relayd.config b/package/network/ipv6/6relayd/files/6relayd.config
index c5431d31b..34fee0af4 100644
--- a/package/network/ipv6/6relayd/files/6relayd.config
+++ b/package/network/ipv6/6relayd/files/6relayd.config
@@ -1,8 +1,9 @@
# 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'
+#config server examplerelay
+# option master 'wan'
+# option network 'lan'
# option rd 'relay'
# option dhcpv6 'relay'
# option ndp 'relay'
@@ -11,7 +12,8 @@
# 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
+#config server exampleserver
# option network 'lan'
# option rd 'server'
# option dhcpv6 'server'
+