firewall.init 178 B

1234567891011121314
  1. #!/bin/sh /etc/rc.common
  2. # Copyright (C) 2008 OpenWrt.org
  3. START=45
  4. start() {
  5. . /lib/firewall/uci_firewall.sh
  6. fw_init
  7. }
  8. stop() {
  9. . /lib/firewall/uci_firewall.sh
  10. fw_stop
  11. }