netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next v2 0/3] add interface to TC MPLS actions
@ 2019-07-10 12:40 John Hurley
  2019-07-10 12:40 ` [PATCH iproute2-next v2 1/3] lib: add mpls_uc and mpls_mc as link layer protocol names John Hurley
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: John Hurley @ 2019-07-10 12:40 UTC (permalink / raw)
  To: netdev
  Cc: davem, jiri, xiyou.wangcong, dsahern, willemdebruijn.kernel,
	stephen, simon.horman, jakub.kicinski, oss-drivers, 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 long line in explain() message (David Ahern)
- use _SL_ instead of /n in print message (David Ahern)

John Hurley (3):
  lib: add mpls_uc and mpls_mc as link layer protocol names
  tc: add mpls actions
  man: update man pages for TC MPLS actions

 lib/ll_proto.c     |   2 +
 man/man8/tc-mpls.8 | 156 ++++++++++++++++++++++++++++++
 tc/Makefile        |   1 +
 tc/m_mpls.c        | 276 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 435 insertions(+)
 create mode 100644 man/man8/tc-mpls.8
 create mode 100644 tc/m_mpls.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-10 21:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 12:40 [PATCH iproute2-next v2 0/3] add interface to TC MPLS actions John Hurley
2019-07-10 12:40 ` [PATCH iproute2-next v2 1/3] lib: add mpls_uc and mpls_mc as link layer protocol names John Hurley
2019-07-10 12:40 ` [PATCH iproute2-next v2 2/3] tc: add mpls actions John Hurley
2019-07-10 12:40 ` [PATCH iproute2-next v2 3/3] man: update man pages for TC MPLS actions John Hurley
2019-07-10 21:08 ` [PATCH iproute2-next v2 0/3] add interface to " David Ahern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).