]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
Merge branch 'tc-mpls-action' into next
authorDavid Ahern <dsahern@gmail.com>
Wed, 10 Jul 2019 21:07:42 +0000 (14:07 -0700)
committerDavid Ahern <dsahern@gmail.com>
Wed, 10 Jul 2019 21:07:42 +0000 (14:07 -0700)
John Hurley  says:

====================

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 long line in explain() message (David Ahern)
- use _SL_ instead of /n in print message (David Ahern)

====================

Signed-off-by: David Ahern <dsahern@gmail.com>

Trivial merge