For ISP: How to ***really*** block invalid ICMP, TCP, UDP packets and others (ver. 2021)

This would still break jumbo frame sized packets. Remove these both as well.

add action=drop chain=prerouting comment="ICMP large packet attack" packet-size=1601-65535 protocol=icmp
add action=drop chain=prerouting comment="ICMP fragmentation attack" fragment=yes protocol=icmp