]> git.proxmox.com Git - mirror_iproute2.git/commit
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)
commit25c567bdcda4382ac6539d58d3690d4e00ac1f40
treeac7f1eb62441e0087cf4c50c798d473d55db0b0d
parent056399399a0b34e783e1e6607081a486105a517a
parent3b810b3b9ac4261c23019a8bd2caf8a6de76af17
Merge branch 'tc-mpls-action' into next

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>