[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210107164856.GC17363@linux.home>
Date: Thu, 7 Jan 2021 17:48:56 +0100
From: Guillaume Nault <gnault@...hat.com>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2] tc: flower: fix json output with mpls lse
On Fri, Dec 18, 2020 at 11:25:32PM +0100, Guillaume Nault wrote:
> The json output of the TCA_FLOWER_KEY_MPLS_OPTS attribute was invalid.
>
> Example:
>
> $ tc filter add dev eth0 ingress protocol mpls_uc flower mpls \
> lse depth 1 label 100 \
> lse depth 2 label 200
>
> $ tc -json filter show dev eth0 ingress
> ...{"eth_type":"8847",
> " mpls":[" lse":["depth":1,"label":100],
> " lse":["depth":2,"label":200]]}...
Is there any problem with this patch?
It's archived in patchwork, but still in state "new". Therefore I guess
it was dropped before being considered for review.
This problem precludes the implementation of a kernel selftest for
TCA_FLOWER_KEY_MPLS_OPTS.
Just let me know if I should respin.
Thanks,
William
Powered by blists - more mailing lists