From: David Ahern
Date: Mon, 16 Oct 2017 14:24:02 -0700
> 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:::::0004i
>
> Update the tcp tracepoint to show the compact form.
>
On Mon, Oct 16, 2017 at 02:24:02PM -0700, David Ahern wrote:
> 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:::::0004i
>
> Update the tcp tracepoint to show the compact form.
On 10/16/17 3:41 PM, Cong Wang wrote:
> I was planning to send a same patch based on your
> suggestion, you are faster than me. ;)
>
I would have sent that patch hours ago, but got hung up on the testing.
See the second patch.
On Mon, Oct 16, 2017 at 2:24 PM, David Ahern wrote:
> 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:::::0004i
>
> Update the tcp tracepoint to show the compact form.
>
> Signe
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:::::0004i
Update the tcp tracepoint to show the compact form.
Signed-off-by: David Ahern
---
include/trace/events/tcp.h | 2 +-
1 fi