diff options
Diffstat (limited to 'package/firewall/files')
| -rw-r--r-- | package/firewall/files/lib/fw.sh | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/package/firewall/files/lib/fw.sh b/package/firewall/files/lib/fw.sh index 0814ffc31..76e294f56 100644 --- a/package/firewall/files/lib/fw.sh +++ b/package/firewall/files/lib/fw.sh @@ -275,10 +275,7 @@ fw_check_icmptype4() {  		export FW_ICMP4_TYPES=$(  			iptables -p icmp -h 2>/dev/null | \  			sed -n -e '/^Valid ICMP Types:/ { -				n; :r; -				/router-advertisement/d; -				/router-solicitation/d; -				s/[()]/ /g; s/[[:space:]]\+/\n/g; p; n; b r +				n; :r; s/[()]/ /g; s/[[:space:]]\+/\n/g; p; n; b r  			}' | sort -u  		) | 
