mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00
Merge pull request #11953 from AbhishekNR/issue_11925
pim6d: (*,G) mroutes not learnt after pim6d daemon restart
This commit is contained in:
commit
7877eaf65b
@ -883,7 +883,7 @@ pim_addr pim_find_primary_addr(struct interface *ifp)
|
||||
return pim_ifp->update_source;
|
||||
|
||||
#if PIM_IPV == 6
|
||||
if (pim_ifp)
|
||||
if (pim_ifp && !pim_addr_is_any(pim_ifp->ll_highest))
|
||||
return pim_ifp->ll_highest;
|
||||
|
||||
pim_addr best_addr = PIMADDR_ANY;
|
||||
|
Loading…
Reference in New Issue
Block a user