]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Send nexthop ifindex for type NEXTHOP_TYPE_IPV6
authorSarita Patra <saritap@vmware.com>
Mon, 10 Oct 2022 18:06:10 +0000 (11:06 -0700)
committerSarita Patra <saritap@vmware.com>
Fri, 24 Feb 2023 12:40:38 +0000 (04:40 -0800)
commited9323604af55590d81900af2d6953c9db565ab3
tree70a95c9e09c116b24c00bccdef0e7343e02de680
parentba995a720b498955720f0caeeb4d26bac2b84be4
zebra: Send nexthop ifindex for type NEXTHOP_TYPE_IPV6

Once RP/BSR address is learned in PIMD, PIMD does nexthop tracking
in Zebra.
For IPV6 address, the nexthop type is either NEXTHOP_TYPE_IPV6
or NEXTHOP_TYPE_IPV6_IFINDEX.
Zebra should send nexthop ifindex information along with nexthop address
to the client (PIMD).

Issue: #11526
Issue: #11957

Signed-off-by: Sarita Patra <saritap@vmware.com>
zebra/zapi_msg.c