uci -q batch << EOF
	set network.lan.multicast_querier=0
	set network.lan.igmp_snooping=0
	commit network
EOF

exit 0

