All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next v1 0/2] seg6: add support for SRv6 End.DT46 Behavior
@ 2021-06-17 17:16 Andrea Mayer
  2021-06-17 17:16 ` [net-next v1 1/2] " Andrea Mayer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrea Mayer @ 2021-06-17 17:16 UTC (permalink / raw)
  To: David S. Miller, Hideaki YOSHIFUJI, David Ahern, Jakub Kicinski,
	Shuah Khan, linux-kernel, netdev, linux-kselftest
  Cc: Stefano Salsano, Paolo Lungaroni, Ahmed Abdelsalam, Andrea Mayer

SRv6 End.DT46 Behavior is defined in the IETF RFC 8986 [1] along with SRv6
End.DT4 and End.DT6 Behaviors.

The proposed End.DT46 implementation is meant to support the decapsulation
of both IPv4 and IPv6 traffic coming from a *single* SRv6 tunnel.
The SRv6 End.DT46 Behavior greatly simplifies the setup and operations of
SRv6 VPNs in the Linux kernel. 

 - patch 1/2 is the core patch that adds support for the SRv6 End.DT46
   Behavior;

 - patch 2/2 adds the selftest for SRv6 End.DT46 Behavior.


The patch introducing the new SRv6 End.DT46 Behavior in iproute2 will
follow shortly.

Comments, suggestions and improvements are very welcome as always!

Thanks,
Andrea

RFC -> v1
 patch 1/2, seg6: add support for SRv6 End.DT46 Behavior
  - add Reviewed-by, thanks to David Ahern.
 
 patch 2/2, selftests: seg6: add selftest for SRv6 End.DT46 Behavior
  - add Acked-by, thanks to David Ahern.

[1] https://www.rfc-editor.org/rfc/rfc8986.html#name-enddt46-decapsulation-and-s

Andrea Mayer (2):
  seg6: add support for SRv6 End.DT46 Behavior
  selftests: seg6: add selftest for SRv6 End.DT46 Behavior

 include/uapi/linux/seg6_local.h               |   2 +
 net/ipv6/seg6_local.c                         |  94 ++-
 .../selftests/net/srv6_end_dt46_l3vpn_test.sh | 573 ++++++++++++++++++
 3 files changed, 647 insertions(+), 22 deletions(-)
 create mode 100755 tools/testing/selftests/net/srv6_end_dt46_l3vpn_test.sh

-- 
2.20.1


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

end of thread, other threads:[~2021-06-18 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 17:16 [net-next v1 0/2] seg6: add support for SRv6 End.DT46 Behavior Andrea Mayer
2021-06-17 17:16 ` [net-next v1 1/2] " Andrea Mayer
2021-06-17 17:16 ` [net-next v1 2/2] selftests: seg6: add selftest " Andrea Mayer
2021-06-18 18:40 ` [net-next v1 0/2] seg6: add support " patchwork-bot+netdevbpf

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.