commit | da9cc6ab90186e5c1b6dd1d194c18c967e1a7869 | [log] [tgz] |
---|---|---|
author | Ivan Delalande <colona@arista.com> | Fri Oct 06 16:48:20 2017 -0700 |
committer | Stephen Hemminger <stephen@networkplumber.org> | Wed Oct 11 11:04:47 2017 -0700 |
tree | 81d2b9645b3951f05e21a80a60dc90c5840d56d2 | |
parent | 7c72df5a95174c21bdc4ca09cd15a88c0c10e568 [diff] |
ss: print MD5 signature keys configured on TCP sockets 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 <colona@arista.com>