Re: [PATCH iproute] tc: matchall: Print skip flags when dumping a filter

2017-02-18 Thread Stephen Hemminger
On Thu, 9 Feb 2017 15:10:14 +0200 Or Gerlitz wrote: > Print the skip flags when we dump a filter. > > Signed-off-by: Or Gerlitz > Acked by: Yotam Gigi Applied, thanks

Re: [PATCH iproute] tc: matchall: Print skip flags when dumping a filter

2017-02-10 Thread Simon Horman
On Thu, Feb 09, 2017 at 03:10:14PM +0200, Or Gerlitz wrote: > Print the skip flags when we dump a filter. > > Signed-off-by: Or Gerlitz > Acked by: Yotam Gigi This appears to be consistent with other classifiers that support these flags.

[PATCH iproute] tc: matchall: Print skip flags when dumping a filter

2017-02-09 Thread Or Gerlitz
Print the skip flags when we dump a filter. Signed-off-by: Or Gerlitz Acked by: Yotam Gigi --- tc/f_matchall.c | 9 + 1 file changed, 9 insertions(+) diff --git a/tc/f_matchall.c b/tc/f_matchall.c index 04e524e..ac48630 100644 ---