1b12f719374ce8aa5780ff9ee61197f3356114e9
[openwrt/svn-archive/archive.git] / package / network / ipv6 / 6relayd / files / 6relayd.config
1 config server default
2 option master wan6
3 list network lan
4 option rd server
5 option dhcpv6 server
6 option fallback_relay 'rd dhcpv6 ndp'
7 option management_level 1
8 option compat_ula 1
9
10
11 # Example #1: Create a relay for several networks in proxy mode
12 # This can be used to proxy Router Discovery, DHCPv6 and NDP.
13
14 #config server examplerelay
15 # option master 'wan'
16 # option network 'lan'
17 # option rd 'relay'
18 # option dhcpv6 'relay'
19 # option ndp 'relay'
20
21
22 # Example #2: Provide Router Discovery and stateless DHCPv6 in server mode
23 # This can be used as a small radvd and stateless DHCPv6-server replacement.
24
25 #config server exampleserver
26 # option network 'lan'
27 # option rd 'server'
28 # option dhcpv6 'server'
29