You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
472 B

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