bcp38.defaults (251B)
1 #!/bin/sh 2 3 uci -q batch <<-EOT 4 delete firewall.bcp38 5 set firewall.bcp38=include 6 set firewall.bcp38.type=script 7 set firewall.bcp38.path=/usr/lib/bcp38/run.sh 8 set firewall.bcp38.family=IPv4 9 set firewall.bcp38.reload=1 10 commit firewall 11 EOT 12 13 exit 0