config global 'local'
	option log_level '5'

config detection 'wan1'
	option wan_interface 'wan'
	option vlan_id '-1 0 101 201 100'
	option wan_detection_disable '0'
	option wan_detection_timer_dhcp '3'
	option wan_detection_repeat_after_detected '1'
	option wan_detection_idle_interval '0'
	option wan_detection_post_script '/usr/bin/wandetect_post'

config detection 'wan2'
	option wan_interface 'wanb'
	option vlan_id '-1 0 101 201 100'
	option wan_detection_disable '1'
	option wan_detection_timer_dhcp '3'
	option wan_detection_repeat_after_detected '1'
	option wan_detection_idle_interval '0'
	option wan_detection_post_script '/usr/bin/wandetect_post'
