mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:58:35 +02:00
[package] firewall: don't setup nat reflection if negations are used
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23142 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1efeaa35d1
commit
889cf1f8c3
@ -82,6 +82,9 @@ if [ "$ACTION" = "add" ] && [ "$INTERFACE" = "wan" ]; then
|
|||||||
|
|
||||||
[ "$proto" = tcpudp ] && proto="tcp udp"
|
[ "$proto" = tcpudp ] && proto="tcp udp"
|
||||||
|
|
||||||
|
[ "${inthost#!}" = "$inthost" ] || return 0
|
||||||
|
[ "${exthost#!}" = "$exthost" ] || return 0
|
||||||
|
|
||||||
local p
|
local p
|
||||||
for p in ${proto:-tcp udp}; do
|
for p in ${proto:-tcp udp}; do
|
||||||
case "$p" in
|
case "$p" in
|
||||||
|
Loading…
Reference in New Issue
Block a user