ipv6-support: next iteration * Introduce mode 6rd * Introduce mode 6to4 * Fix announc...
[openwrt/staging/wigyori.git] / package / network / ipv6 / ipv6-support / files / network6.config
1 config interface wan
2 option mode dhcpv6
3 option ula_prefix auto
4 option request_prefix auto
5 option prefix_fallback relay
6 option peerdns 1
7
8 config interface lan
9 option mode router
10 option advertise_prefix 64
11 option relay_master wan
12