
config interface 'loopback'
	option device 'lo'
	option proto 'static'
	option ipaddr '127.0.0.1'
	option netmask '255.0.0.0'

config globals 'globals'
	option ula_prefix 'fd27:c108:9f24::/48'

config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'eth0'

config interface 'lan'
	option device 'br-lan'
	option proto 'static'
	option ipaddr '192.168.1.1'
	option netmask '255.255.255.0'
	option ip6assign '64'

config interface 'mesh'
	option device 'wlan1'
	option proto 'dhcp'

config interface 'MESH6'
	option proto 'dhcpv6'
	option device '@mesh'
	option reqprefix '60'
	option reqaddress 'try'

config route6
	option interface 'MESH6'
	option target 'fd3f:bafb:0c4a::/48'
	option gateway 'fe80::c66e:1fff:feea:c0d6'

config interface 'guests'
	option proto 'static'
	option netmask '255.255.255.0'
	option ip6assign '64'
	option ip6hint '1a'
	option device 'wlan0'
	option ipaddr '192.168.64.1'

