]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix handling of SRv6 local routes
authorRyoga Saito <ryoga.saito@linecorp.com>
Thu, 8 Dec 2022 07:01:59 +0000 (16:01 +0900)
committerRyoga Saito <ryoga.saito@linecorp.com>
Tue, 20 Dec 2022 11:07:40 +0000 (20:07 +0900)
commitdb656439310b4064eddd9980ad06db28e7cfb3c1
tree680fde5158e25ae9b0e29ecf4300844dc3c61bcd
parent9a7f2c220346abba8a74eaf686d29f620b2c8000
bgpd: Fix handling of SRv6 local routes

Current bgpd can't annouce SRv6 locally-generated routes to Zebra
correctly because MPLS label of locally-generated routes is not valid
but sid_info->transposition_len is set to non-zero value. This commit
fixes such kind of issues.

Signed-off-by: Ryoga Saito <ryoga.saito@linecorp.com>
bgpd/bgp_zebra.c