]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix annouce for multipath SRv6 SID routes 9638/head
authorRyoga Saito <ryoga.saito@linecorp.com>
Sun, 19 Sep 2021 15:51:29 +0000 (15:51 +0000)
committerRyoga Saito <ryoga.saito@linecorp.com>
Tue, 21 Sep 2021 17:07:47 +0000 (17:07 +0000)
commit09e06fcfac6c40d05b0d16a3ed7a6c990997512e
treef786761a110f95ad18c09fb63c5304ea7e1e980a
parent2075387e77c06218eebcee597664f09c3724781e
bgpd: fix annouce for multipath SRv6 SID routes

In current implementation, only last path in mpinfo is treated as seg6
nexthop, but all paths should be treated as seg6 nexthop.

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