projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] firewall: add option to disable NAT reflection
[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
5880cd3
..
03a80c6
100644
(file)
--- a/
package/firewall/files/lib/core.sh
+++ b/
package/firewall/files/lib/core.sh
@@
-39,7
+39,7
@@
fw_start() {
echo "Loading includes"
config_foreach fw_load_include include
- [ -
n
"$FW_NOTRACK_DISABLED" ] && {
+ [ -
z
"$FW_NOTRACK_DISABLED" ] && {
echo "Optimizing conntrack"
config_foreach fw_load_notrack_zone zone
}
This page took
0.021343 seconds
and
4
git commands to generate.