Index: iptables/ufw/raw.rules
===================================================================
--- iptables/ufw/raw.rules	(revision 49996391c0a72e72d2f07c9959e94f6036d621bb)
+++ iptables/ufw/raw.rules	(revision c8daa6983248628690543c953d99bad4dd6cb64d)
@@ -18,5 +18,5 @@
 -A LOG_ICMP -j DROP
 # Too large icmp requests
--A PREROUTING -p icmp --icmp-type echo-request -m length --length 85: -j LOG_ICMP
+-A PREROUTING -p icmp --icmp-type echo-request -m length --length 128: -j LOG_ICMP
 # Too many times of icmp requests (only 5 packets per second if over 10pkts/sec)
 -A PREROUTING -p icmp --icmp-type echo-request -m limit --limit 5/s --limit-burst 10 -j ACCEPT
