6relayd: various updates & fixes - Add RD- and DHCPv6-server functionality - Rework...
[openwrt/openwrt.git] / package / network / ipv6 / 6relayd / files / 6relayd.config
1 # Example #1: Create a relay for several networks in proxy mode
2 # This can be used to proxy Router Discovery, DHCPv6 and NDP.
3
4 #config relay
5 # option network 'wan lan'
6 # option rd 'relay'
7 # option dhcpv6 'relay'
8 # option ndp 'relay'
9
10
11 # Example #2: Provide Router Discovery and stateless DHCPv6 in server mode
12 # This can be used as a small radvd and stateless DHCPv6-server replacement.
13
14 #config server
15 # option network 'lan'
16 # option rd 'server'
17 # option dhcpv6 'server'