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

Modify the ping_supported function to support PROBE message types. This
allows tools such as the ping command in the iputils package to be
modified to send PROBE requests through the existing framework for
sending ping requests.

Signed-off-by: Andreas Roeseler <andreas.a.roeseler@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ping.c