commit | fb6ff75e18937a20dbec1eb47b5f893f38eabae4 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Mon Oct 16 14:24:02 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 18 14:10:29 2017 +0100 |
tree | 20b0da2996444629559446a8048f6c2d4d96f9b5 | |
parent | fcfd6dfab97006d44c7db5d6c908eac383af6649 [diff] |
tcp: Use pI6c in tcp tracepoint The compact form for IPv6 addresses is more user friendly than the full version. For example: compact: 2001:db8:1::1 full: 2001:0db8:0001:0000:0000:0000:0000:0004i Update the tcp tracepoint to show the compact form. Signed-off-by: David Ahern <dsahern@gmail.com> Acked-by: Cong Wang <xiyou.wangcong@gmail.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>