1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 22:23:16 +03:00
openwrt-xburst/package/network/ipv6/6relayd/files/6relayd.config
cyrus 9a47c045f2 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
2012-11-16 09:27:56 +00:00

18 lines
472 B
Plaintext

# 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'