Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archive/package/firewall/files/lib/uci_firewall.sh
Jo-Philipp Wich 49755bbe57 [backfire] merge dual stack firewall
SVN-Revision: 25353
2011-02-03 22:02:59 +00:00

6 lines
172 B
Bash

# This file is here for backwards compatibility and to override the
# uci_firewall.sh from an earlier version.
type fw_is_loaded >/dev/null || {
. /lib/firewall/core.sh
}