Re: [PATCH iproute2 2/2] ss: print MD5 signature keys configured on TCP sockets

2017-10-11 Thread Stephen Hemminger
On Fri, 6 Oct 2017 16:48:20 -0700 Ivan Delalande wrote: > These keys are reported by kernel 4.14 and later under the > INET_DIAG_MD5SIG attribute, when INET_DIAG_INFO is requested (ss -i) > and we have CAP_NET_ADMIN. The additional output looks like: > > md5keys:fe80::/64=signing_key,10.1

[PATCH iproute2 2/2] ss: print MD5 signature keys configured on TCP sockets

2017-10-06 Thread Ivan Delalande
These keys are reported by kernel 4.14 and later under the INET_DIAG_MD5SIG attribute, when INET_DIAG_INFO is requested (ss -i) and we have CAP_NET_ADMIN. The additional output looks like: md5keys:fe80::/64=signing_key,10.1.2.0/24=foobar,::1/128=Test Signed-off-by: Ivan Delalande --- mi