From 889cf1f8c372050c30dc35b269d04187e2a2c347 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 28 Sep 2010 11:11:11 +0000 Subject: [PATCH] [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 --- package/firewall/files/reflection.hotplug | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/firewall/files/reflection.hotplug b/package/firewall/files/reflection.hotplug index 027d2ed8b..b3b5e5ecc 100644 --- a/package/firewall/files/reflection.hotplug +++ b/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 -- 2.20.1