]> git.puffer.fish Git - mirror/frr.git/commit
sharpd: add End.B6.Encap behaviour to seg6local routes 18605/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 9 Apr 2025 09:42:47 +0000 (11:42 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 25 Apr 2025 13:22:47 +0000 (15:22 +0200)
commitcb8d0e125cff8766201298bfecb1e6a2951b065f
tree8f4d9f0e8ae8bebd24d1515f8315591bbff5bf7a
parent426f861268cec1ae1373f19c7084cfe391b201b8
sharpd: add End.B6.Encap behaviour to seg6local routes

Add End.B6.Encap support to install seg6local routes.

> ubuntu2204hwe# sharp install seg6local-routes 4004::4 nexthop-seg6local loop1 End_B6_Encap nexthop-seg6 2001::5 encap 2001:a::b:c 2001:a::d:e 1
> ubuntu2204hwe# do show ipv6 route
> [..]
> D>* 4004::4/128 [150/0] via 2001::5, loop1, seg6local End.B6.Encap nh6 2001::5, seg6 2001:a::b:c,2001:a::d:e, weight 1, 00:00:04

The uB6_Encap operation is also supported, but not displayed in the
documentation as iproute2 does not support it yet.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
doc/user/sharp.rst
sharpd/sharp_vty.c