#!/bin/sh

. /lib/functions.sh

# Add firewall include instance
uci -q batch <<-EOT
	delete firewall.mcast
	set firewall.mcast=include
	set firewall.mcast.path=/etc/firewall.mcast
	set firewall.mcast.reload=1
	commit firewall
EOT
