Re: [PATCH iproute2-next v2 0/3] add interface to TC MPLS actions

2019-07-10 Thread David Ahern
On 7/10/19 6:40 AM, John Hurley wrote: > Recent kernel additions to TC allows the manipulation of MPLS headers as > filter actions. > > The following patchset creates an iproute2 interface to the new actions > and includes documentation on how to use it. > > v1->v2: > - change error from print_st

[PATCH iproute2-next v2 0/3] add interface to TC MPLS actions

2019-07-10 Thread John Hurley
Recent kernel additions to TC allows the manipulation of MPLS headers as filter actions. The following patchset creates an iproute2 interface to the new actions and includes documentation on how to use it. v1->v2: - change error from print_string() to fprintf(strerr,) (Stephen Hemminger) - split