
config interface wan
    option ifname br-wan
    option mode 'link-local' 

config interface wan_static
    option ipv6_addr_global ""
    option prefix_len ""
    option gateway ""
    option dns1 ""
    option dns2 ""

config interface wan_dhcp
    option user_dhcp  1 
    option dns1 ""
    option dns2 ""

config interface wan_tspc

config interface lan
    option ifname br-lan
    option autoconfig 0  
    option mode "dhcpv6"  
    option global_addr "2000::1"
    option prefix 2000:0:0:0:
	option prefix_len 64

config interface lan_dhcp
    option start_addr "2000:0:0:0::10"
    option end_addr "2000:0:0:0::FF"

config interface lan_radvd
    option adv_time 1800
