diff options
Diffstat (limited to 'package/firewall/files/reflection.hotplug')
| -rw-r--r-- | package/firewall/files/reflection.hotplug | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/package/firewall/files/reflection.hotplug b/package/firewall/files/reflection.hotplug index 33d121cec..4fd8f296d 100644 --- a/package/firewall/files/reflection.hotplug +++ b/package/firewall/files/reflection.hotplug @@ -56,6 +56,7 @@ if [ "$ACTION" = "add" ] && [ "$INTERFACE" = "wan" ]; then  		[ "$src" = wan ] && [ "$target" = DNAT ] && {  			local dest  			config_get dest "$cfg" dest "lan" +			[ "$dest" != "*" ] || return  			local net  			for net in $(find_networks "$dest"); do  | 
