Re: [PATCH v2 iproute2] misc: make the pattern matching case-insensitive

2020-07-20 Thread Stephen Hemminger
On Thu, 9 Jul 2020 18:03:43 +0300 Anton Danilov wrote: > To improve the usability better use case-insensitive pattern-matching > in ifstat, nstat and ss tools. > > Signed-off-by: Anton Danilov Applied

[PATCH v2 iproute2] misc: make the pattern matching case-insensitive

2020-07-09 Thread Anton Danilov
To improve the usability better use case-insensitive pattern-matching in ifstat, nstat and ss tools. Signed-off-by: Anton Danilov --- man/man8/rtacct.8 | 7 +++ misc/ifstat.c | 2 +- misc/nstat.c | 2 +- misc/ss.c | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) di