mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:01:52 +02:00
[package] firewall: fix another notrack related bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22218 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e3060b618d
commit
30853c82f3
@ -159,7 +159,7 @@ fw_load_zone() {
|
||||
fw_callback pre zone
|
||||
|
||||
[ $zone_conntrack = 1 -o $zone_masq = 1 ] && \
|
||||
append FW_CONNTRACK_ZONES "$zone_NAME"
|
||||
append FW_CONNTRACK_ZONES "$zone_name"
|
||||
|
||||
local mode
|
||||
case "$zone_family" in
|
||||
|
Loading…
Reference in New Issue
Block a user