Re: [PATCH iproute2 1/1] tc classifiers: Modernize tcindex classifier

2016-08-22 Thread Jamal Hadi Salim
On 16-08-18 05:57 PM, Stephen Hemminger wrote: The is ok for the parsing of config, but you are still using print_police for display. Thanks for catching that. I will send a v2. cheers, jamal

Re: [PATCH iproute2 1/1] tc classifiers: Modernize tcindex classifier

2016-08-18 Thread Stephen Hemminger
On Wed, 17 Aug 2016 07:16:53 -0400 Jamal Hadi Salim wrote: > From: Jamal Hadi Salim > > Signed-off-by: Jamal Hadi Salim > --- The is ok for the parsing of config, but you are still using print_police for display.

[PATCH iproute2 1/1] tc classifiers: Modernize tcindex classifier

2016-08-17 Thread Jamal Hadi Salim
From: Jamal Hadi Salim Signed-off-by: Jamal Hadi Salim --- tc/f_tcindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/f_tcindex.c b/tc/f_tcindex.c index 280d1d4..0a73784 100644 --- a/tc/f_tcindex.c +++ b/tc/f_tcindex.c @@ -99,7 +99,7 @@ static int tcindex_parse_opt(st