From: jow Date: Sat, 4 Sep 2010 17:49:14 +0000 (+0000) Subject: [package] firewall: add option to disable NAT reflection X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/c6d4a05eeb9a303115b012fa048003a6f516070c [package] firewall: add option to disable NAT reflection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22908 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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