Message ID | 20220912171619.16943-1-andrea.mayer@uniroma2.it (mailing list archive) |
---|---|
Headers | show |
Series | seg6: add NEXT-C-SID support for SRv6 End behavior | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Mon, 12 Sep 2022 19:16:16 +0200 you wrote: > The Segment Routing (SR) architecture is based on loose source routing. > A list of instructions, called segments, can be added to the packet headers to > influence the forwarding and processing of the packets in an SR enabled > network. > In SRv6 (Segment Routing over IPv6 data plane) [1], the segment identifiers > (SIDs) are IPv6 addresses (128 bits) and the segment list (SID List) is carried > in the Segment Routing Header (SRH). A segment may correspond to a "behavior" > that is executed by a node when the packet is received. > The Linux kernel currently supports a large subset of the behaviors described > in [2] (e.g., End, End.X, End.T and so on). > > [...] Here is the summary with links: - [net-next,v2,1/3] seg6: add netlink_ext_ack support in parsing SRv6 behavior attributes https://git.kernel.org/netdev/net-next/c/e2a8ecc45165 - [net-next,v2,2/3] seg6: add NEXT-C-SID support for SRv6 End behavior https://git.kernel.org/netdev/net-next/c/848f3c0d4769 - [net-next,v2,3/3] selftests: seg6: add selftest for NEXT-C-SID flavor in SRv6 End behavior https://git.kernel.org/netdev/net-next/c/19d6356ab3f0 You are awesome, thank you!