ipv6-support: Update iteration
[openwrt.git] / package / network / ipv6 / ipv6-support / files / network6.config
1 config global global
2         option ula_prefix       auto
3
4 config interface wan
5         option mode             dhcpv6
6         option request_prefix   auto
7         option prefix_fallback  relay
8         option peerdns          1       
9         option site_border      1
10
11 config interface lan
12         option mode             router
13         option advertise_prefix 64
14         option relay_master     wan
15