]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: allow resolving bsr via directly connected secondary address
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Wed, 23 Oct 2024 04:09:53 +0000 (23:09 -0500)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 25 Oct 2024 20:07:31 +0000 (20:07 +0000)
commitae02210bdb6ec8294738fc4246e208ad176d945a
treebf5bbff41e6c015e05ca7c2f5e17267e2939aa8e
parent428700753963a129a4f8ffa242195cd1e2a6cd48
pimd: allow resolving bsr via directly connected secondary address

This only matters to single hop nodes that are adjacent to the bsr. More common
with IPv6 where LL address is used in PIM as the primary address. If the BSR IP
happens to be an address on the same interface, the receiving pim router
rejects the BSR address because it expects the BSR IP to resolve via the LL address
even if we have a connected route for the same BSR IP subnet. Effectively, we want to
allow rpf to be resolved via secondary IPs with connected routes on the same interface,
and not limit them to primary addresses.

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
(cherry picked from commit d23a7d0949aaa9aa95d6d3ae293ac4eea81e19f5)
pimd/pim_nht.c