--- ip_icmp.c Wed Oct 25 12:04:50 2000 +++ ip_icmp.c.orig Mon Oct 23 14:20:07 2000 @@ -188,10 +188,8 @@ * Don't error if the old packet protocol was ICMP * error message, only known informational types. */ -/* traceroute will not work with IPsec because of this line if (n->m_flags & M_DECRYPTED) goto freeit; -*/ if (oip->ip_off &~ (IP_MF|IP_DF)) goto freeit; if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT &&