]> git.baikalelectronics.ru Git - kernel.git/commit
icmp: add support for RFC 8335 PROBE
authorAndreas Roeseler <andreas.a.roeseler@gmail.com>
Tue, 30 Mar 2021 01:45:15 +0000 (18:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Mar 2021 20:29:39 +0000 (13:29 -0700)
commit7f1152f1d0b42b6772c603b441668297dd08c566
tree4923f2a5af948eede6080bee9983bd6c1bffb8f5
parente033a924cc839b7c0d6c9c2ee60c84d3e63eb879
icmp: add support for RFC 8335 PROBE

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

Add a struct to represent the entire Interface Identification Object
(IIO) section of an incoming PROBE packet

Signed-off-by: Andreas Roeseler <andreas.a.roeseler@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/icmp.h