]> git.puffer.fish Git - matthieu/frr.git/commit
pimd, pim6d: Fix join prune handling
authorSarita Patra <saritap@vmware.com>
Fri, 24 Feb 2023 10:03:34 +0000 (02:03 -0800)
committerSarita Patra <saritap@vmware.com>
Fri, 24 Feb 2023 12:40:38 +0000 (04:40 -0800)
commitd77da853f0f055244f5442e37b690809ab951a5a
tree191776eeadea672cbc02438efacf3e00e940c153
parent689b9f10fc33387414c8077cd8cacd2eb2fc7198
pimd, pim6d: Fix join prune handling

When upstream RPF address is secondary address, and
neighborship is built with primary address,
then pim_neighbor_find() fails.

Verify the upstream  RPF address is present in the
neighbor primary and secondary address list.

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