]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix false context information for SRv6 route 18023/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 5 Feb 2025 08:52:59 +0000 (09:52 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 6 Feb 2025 07:21:56 +0000 (08:21 +0100)
commit658bf0281d99461849453628ddc792ec424d0bd4
tree4eab4499be26776bf879f860bcec9b5e53aab027
parenta02ec27693ddfa708ec1f62400af6cea533bf1e8
lib: fix false context information for SRv6 route

The seg6local route dumped by 'show ipv6 route' makes think that the USP
flavor is supported, whereas it is not the case. This information is a
context information, and for End, the context information should be
empty.

> # show ipv6 route
> [..]
> I>* fc00:0:4::/128 [115/0] is directly connected, sr0, seg6local End USP, weight 1, 00:49:01

Fix this by suppressing the USP information from the output.

Fixes: e496b4203055 ("bgpd: prefix-sid srv6 l3vpn service tlv")
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/srv6.c