Re: [PATCH V2 net-next 1/5] icmp: add support for RFC 8335 PROBE

2021-02-04 Thread Willem de Bruijn
On Wed, Feb 3, 2021 at 6:25 PM Andreas Roeseler wrote: > > Add definitions for PROBE ICMP types and codes. > > Add AFI definitions for IP and IPV6 as specified by IANA > > Add a struct to represent the additional header when probing by IP > address (ctype == 3) for use in parsing incoming PROBE me

[PATCH V2 net-next 1/5] icmp: add support for RFC 8335 PROBE

2021-02-03 Thread Andreas Roeseler
Add definitions for PROBE ICMP types and codes. Add AFI definitions for IP and IPV6 as specified by IANA Add a struct to represent the additional header when probing by IP address (ctype == 3) for use in parsing incoming PROBE messages. Signed-off-by: Andreas Roeseler --- Changes since v1: - A