Re: [PATCH iproute2] tc: flower: Fix flower output for src and dst ports

2017-01-24 Thread Simon Horman
On Sun, Jan 15, 2017 at 04:23:49PM +0200, Roi Dayan wrote: > This fix a missing use case after the introduction of enum flower_endpoint. > > Fixes: 6910d65661a3 ("tc: flower: introduce enum flower_endpoint") > Signed-off-by: Roi Dayan > Signed-off-by: Paul Blakey Thanks, sorry for missing that:

[PATCH iproute2] tc: flower: Fix flower output for src and dst ports

2017-01-15 Thread Roi Dayan
This fix a missing use case after the introduction of enum flower_endpoint. Fixes: 6910d65661a3 ("tc: flower: introduce enum flower_endpoint") Signed-off-by: Roi Dayan Signed-off-by: Paul Blakey --- tc/f_flower.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tc/f_f