]> 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)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 2 Mar 2023 06:11:18 +0000 (06:11 +0000)
commit0770149af7e7322c9854763d88bf06b5e4b170a4
tree79f5cb164a66902cbed422d338eac20eec332a04
parentcb8d50ecd9ece327d0d4affc19f0bd063081098a
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>
(cherry picked from commit d77da853f0f055244f5442e37b690809ab951a5a)
pimd/pim_upstream.c