Re: [PATCH iproute2] tc: flower: support multiple MPLS LSE match

2020-07-01 Thread Guillaume Nault
On Wed, Jul 01, 2020 at 11:17:56AM +0200, Andrea Claudi wrote: > On Fri, Jun 19, 2020 at 12:51 PM Guillaume Nault wrote: > > > > +.BI depth " DEPTH" > > +The depth of the Label Stack Entry to consider. Depth starts at 1 (the > > +outermost Label Stack Entry). The maximum usable depth may be limitt

Re: [PATCH iproute2] tc: flower: support multiple MPLS LSE match

2020-07-01 Thread Andrea Claudi
On Fri, Jun 19, 2020 at 12:51 PM Guillaume Nault wrote: > > Add the new "mpls" keyword that can be used to match MPLS fields in > arbitrary Label Stack Entries. > LSEs are introduced by the "lse" keyword and followed by LSE options: > "depth", "label", "tc", "bos" and "ttl". The depth is manadtory

[PATCH iproute2] tc: flower: support multiple MPLS LSE match

2020-06-19 Thread Guillaume Nault
Add the new "mpls" keyword that can be used to match MPLS fields in arbitrary Label Stack Entries. LSEs are introduced by the "lse" keyword and followed by LSE options: "depth", "label", "tc", "bos" and "ttl". The depth is manadtory, the other options are optionals. For example, the following filt