config topo_repo 'global'
	option ubus_sock '/var/run/ubus.sock'
	option log_level '5'
	option syslog_enabled '1'
	option stdout_enabled '0'

config mdns 'mdns'
	option interface 'br-lan'

config llmnr 'llmnr'
	option interface 'br-lan'

config module arp
        list interface 'br-lan'
        list interface 'br-guest'

config module ndp
        list interface 'br-lan'
        list interface 'br-guest'
