a4376c0a0c4449eb1f87ad9e1c4e6ab9181f9622
[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 compat_ula 1
8
9
10 # Example #1: Create a relay for several networks in proxy mode
11 # This can be used to proxy Router Discovery, DHCPv6 and NDP.
12
13 #config server examplerelay
14 # option master 'wan'
15 # option network 'lan'
16 # option rd 'relay'
17 # option dhcpv6 'relay'
18 # option ndp 'relay'
19
20
21 # Example #2: Provide Router Discovery and stateless DHCPv6 in server mode
22 # This can be used as a small radvd and stateless DHCPv6-server replacement.
23
24 #config server exampleserver
25 # option network 'lan'
26 # option rd 'server'
27 # option dhcpv6 'server'
28