[Bug 288558] icmp does not reset the fragment offset field when it is going to reply an ICMP packet
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288558 Zhenlei Huang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Zhenlei Huang <[email protected]> --- The `icmp_error()` has reset ip_off to 0, ``` nip->ip_off = 0; ``` So is it the fault path is `icmp_input() , ICMP_MASKREQ ` ? -- You are receiving this mail because: You are the assignee for the bug.