mbox series

[RFC,net-next,0/2] seg6: add support for SRv6 End.DT46 Behavior

Message ID 20210608104017.21181-1-andrea.mayer@uniroma2.it (mailing list archive)
Headers show
Series seg6: add support for SRv6 End.DT46 Behavior | expand

Message

Andrea Mayer June 8, 2021, 10:40 a.m. UTC
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

[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