ipv6-support: Remove site-border feature * was causing routing problems * will be...
[openwrt/staging/chunkeey.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
10 config interface lan
11 option mode router
12 option advertise_prefix 64
13 option relay_master wan
14