summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/ipv6-support/files/network6.config
blob: ce85dbe8b6c14ebd0b224ea248c8f9e689f51be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
config global global
	option ula_prefix	auto

config interface wan
	option mode		dhcpv6
	option request_prefix	auto
	option prefix_fallback	relay
	option peerdns		1	

config interface lan
	option mode		router
	option advertise_prefix	64
	option relay_master	wan