All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2/next 0/2] set/match the tos/ttl fields of TC based IP tunnels
@ 2018-07-19 11:02 Or Gerlitz
  2018-07-19 11:02 ` [PATCH iproute2/next 1/2] tc/act_tunnel_key: Enable setup of tos and ttl Or Gerlitz
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Or Gerlitz @ 2018-07-19 11:02 UTC (permalink / raw)
  To: David Ahern; +Cc: netdev, Or Gerlitz

Hi Dave,

This series comes to address the case to set (encap) and match (decap)
also the tos and ttl fields of TC based IP tunnels.

Example command lines in the change log of each patch.

The kernel bits are under review [1], sending this out in parallel.

Or.

[1] https://patchwork.ozlabs.org/cover/945216/

Or Gerlitz (2):
  tc/act_tunnel_key: Enable setup of tos and ttl
  tc/flower: Add match on encapsulating tos/ttl

 include/uapi/linux/pkt_cls.h              |    5 +++
 include/uapi/linux/tc_act/tc_tunnel_key.h |    2 +
 man/man8/tc-flower.8                      |   14 +++++++-
 man/man8/tc-tunnel_key.8                  |    8 ++++
 tc/f_flower.c                             |   27 +++++++++++++++
 tc/m_tunnel_key.c                         |   53 +++++++++++++++++++++++++++++
 6 files changed, 108 insertions(+), 1 deletions(-)

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

end of thread, other threads:[~2018-07-20 16:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-19 11:02 [PATCH iproute2/next 0/2] set/match the tos/ttl fields of TC based IP tunnels Or Gerlitz
2018-07-19 11:02 ` [PATCH iproute2/next 1/2] tc/act_tunnel_key: Enable setup of tos and ttl Or Gerlitz
2018-07-19 11:48   ` Roman Mashak
2018-07-19 17:14     ` Or Gerlitz
2018-07-19 11:02 ` [PATCH iproute2/next2/next 2/2] tc/flower: Add match on encapsulating tos/ttl Or Gerlitz
2018-07-20 16:01 ` [PATCH iproute2/next 0/2] set/match the tos/ttl fields of TC based IP tunnels David Ahern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.