openwrtv3/package/network/ipv6/6relayd/files/6relayd.config
Steven Barth fde5b934fd 6relayd: Rewrite init-script logic
SVN-Revision: 35133
2013-01-13 17:25:38 +00:00

19 lines
519 B
Text

# Example #1: Create a relay for several networks in proxy mode
# This can be used to proxy Router Discovery, DHCPv6 and NDP.
#config server examplerelay
# option master 'wan'
# option network '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 exampleserver
# option network 'lan'
# option rd 'server'
# option dhcpv6 'server'