#!/bin/sh

uci -q batch <<-EOT
        delete firewall.twamp
        set firewall.twamp=include
        set firewall.twamp.path=/etc/firewall.twamp
        set firewall.twamp.reload=1
        commit firewall
EOT

exit 0

