Re: [PATCH iproute2 1/1] ss: initialize 'fackets' member of tcpstat structure

2017-10-23 Thread Stephen Hemminger
On Wed, 18 Oct 2017 15:44:01 -0400 Roman Mashak wrote: > 'fackets' has never been initialized with kernel extracted information, thus > never really printed. > > Signed-off-by: Roman Mashak Applied. Thanks

[PATCH iproute2 1/1] ss: initialize 'fackets' member of tcpstat structure

2017-10-18 Thread Roman Mashak
'fackets' has never been initialized with kernel extracted information, thus never really printed. Signed-off-by: Roman Mashak --- misc/ss.c | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/ss.c b/misc/ss.c index 09bff8a..465e867 100644 --- a/misc/ss.c +++ b/misc/ss.c @@ -2226,6 +2226,7