MFC r263966:

Don't copy the MF flag from original IP header to ICMP error message.

PR:		188092
Sponsored by:	Yandex LLC
This commit is contained in:
ae 2014-04-07 12:50:08 +00:00
parent f0fa402e84
commit 92efc4b623

View File

@ -347,6 +347,7 @@ stdreply: icmpelen = max(8, min(V_icmp_quotelen, ntohs(oip->ip_len) - oiphlen));
nip->ip_hl = 5;
nip->ip_p = IPPROTO_ICMP;
nip->ip_tos = 0;
nip->ip_off = 0;
icmp_reflect(m);
freeit: