Re: [PATCHv v3] tools lib traceevent: Add support for IP address formats

2014-12-18 Thread David Ahern
On 12/18/14 7:00 PM, valdis.kletni...@vt.edu wrote: On Thu, 18 Dec 2014 18:43:10 -0700, David Ahern said: Adds helper for following kernel formats: %pi4 print an IPv4 address with leading zeros %pI4 print an IPv4 address without leading zeros %pi6 print an IPv6 address without colons

Re: [PATCHv v3] tools lib traceevent: Add support for IP address formats

2014-12-18 Thread Valdis . Kletnieks
On Thu, 18 Dec 2014 18:43:10 -0700, David Ahern said: > Adds helper for following kernel formats: > %pi4 print an IPv4 address with leading zeros > %pI4 print an IPv4 address without leading zeros > %pi6 print an IPv6 address without colons > %pI6 print an IPv6 address with colons > %pI6c

[PATCHv v3] tools lib traceevent: Add support for IP address formats

2014-12-18 Thread David Ahern
Adds helper for following kernel formats: %pi4 print an IPv4 address with leading zeros %pI4 print an IPv4 address without leading zeros %pi6 print an IPv6 address without colons %pI6 print an IPv6 address with colons %pI6c print an IPv6 address with colons %pISpc print an IP address fr