diff options
Diffstat (limited to 'package/firewall/files/reflection.hotplug')
| -rw-r--r-- | package/firewall/files/reflection.hotplug | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/firewall/files/reflection.hotplug b/package/firewall/files/reflection.hotplug index 15e350082..1feb21075 100644 --- a/package/firewall/files/reflection.hotplug +++ b/package/firewall/files/reflection.hotplug @@ -102,7 +102,7 @@ if [ "$ACTION" = "add" ] && [ "$INTERFACE" = "wan" ]; then  				local p  				for p in ${proto:-tcp udp}; do  					case "$p" in -						tcp|udp) +						tcp|udp|6|17)  							iptables -t nat -A nat_reflection_in \  								-s $lanip/$lanmk -d $exthost \  								-p $p $extport \ | 
