[PATCH v3] icmp: support rfc5837

2021-03-17 Thread ishaangandhi
From: ishaan This patch identifies the interface a packet arrived on when sending ICMP time exceeded, destination unreachable, and parameter problem messages, in accordance with RFC 5837. It was tested by pinging a machine with a ttl of 1, and observing the response in Wireshark. Changes since

[PATCH v2] icmp: support rfc5837

2021-03-12 Thread ishaangandhi
From: Ishaan Gandhi This patch identifies the interface a packet arrived on when sending ICMP time exceeded, destination unreachable, and parameter problem messages, in accordance with RFC 5837. It was tested by pinging a machine with a ttl of 1, and observing the response in Wireshark. Changes

[PATCH] icmp: support rfc 5837

2021-03-11 Thread ishaangandhi
From: Ishaan Gandhi This patch identifies the interface a packet arrived on when sending ICMP time exceeded, destination unreachable, and parameter problem messages, in accordance with RFC 5837. It was tested by pinging a machine with a ttl of 1, and observing the response in Wireshark. Signed-