firewall: don't setup nat reflection if negations are used

SVN-Revision: 23142
master
Jo-Philipp Wich 14 years ago
parent 6a335579b8
commit a1a31f1831
  1. 3
      package/firewall/files/reflection.hotplug

@ -82,6 +82,9 @@ if [ "$ACTION" = "add" ] && [ "$INTERFACE" = "wan" ]; then
[ "$proto" = tcpudp ] && proto="tcp udp"
[ "${inthost#!}" = "$inthost" ] || return 0
[ "${exthost#!}" = "$exthost" ] || return 0
local p
for p in ${proto:-tcp udp}; do
case "$p" in

Loading…
Cancel
Save