projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] firewall: implement disable_ipv6 uci option
[openwrt.git]
/
package
/
firewall
/
files
/
lib
/
core.sh
diff --git
a/package/firewall/files/lib/core.sh
b/package/firewall/files/lib/core.sh
index
5f06ffe
..
5880cd3
100644
(file)
--- a/
package/firewall/files/lib/core.sh
+++ b/
package/firewall/files/lib/core.sh
@@
-15,8
+15,6
@@
fw_start() {
exit 1
}
exit 1
}
- lock /var/lock/firewall.start
-
uci_set_state firewall core "" firewall_state
fw_clear DROP
uci_set_state firewall core "" firewall_state
fw_clear DROP
@@
-52,8
+50,6
@@
fw_start() {
fw_callback post core
uci_set_state firewall core loaded 1
fw_callback post core
uci_set_state firewall core loaded 1
-
- lock -u /var/lock/firewall.start
}
fw_stop() {
}
fw_stop() {
@@
-94,7
+90,6
@@
fw_die() {
echo "Error:" "$@" >&2
fw_log error "$@"
fw_stop
echo "Error:" "$@" >&2
fw_log error "$@"
fw_stop
- lock -u /var/lock/firewall.start
exit 1
}
exit 1
}
This page took
0.019915 seconds
and
4
git commands to generate.