From c6d4a05eeb9a303115b012fa048003a6f516070c Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 4 Sep 2010 17:49:14 +0000 Subject: [package] firewall: add option to disable NAT reflection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22908 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/firewall/files/reflection.hotplug | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/firewall') diff --git a/package/firewall/files/reflection.hotplug b/package/firewall/files/reflection.hotplug index dc6780a72..6b1cd60f2 100644 --- a/package/firewall/files/reflection.hotplug +++ b/package/firewall/files/reflection.hotplug @@ -53,6 +53,10 @@ if [ "$ACTION" = "add" ] && [ "$INTERFACE" = "wan" ]; then local proto config_get proto "$cfg" proto + local reflection + config_get_bool reflection "$cfg" reflection 1 + [ "$reflection" == 1 ] || return + local epmin epmax extport config_get extport "$cfg" src_dport [ -n "$extport" ] || return -- cgit v1.2.3