mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 14:50:58 +00:00
Merge pull request #12144 from patrasar/v4-over-v6_nh
pimd: Fix v4-over-v6 nexthop handling
This commit is contained in:
commit
4ca122525d
@ -279,7 +279,7 @@ static int zclient_read_nexthop(struct pim_instance *pim,
|
|||||||
* secondary
|
* secondary
|
||||||
*/
|
*/
|
||||||
struct interface *ifp = if_lookup_by_index(
|
struct interface *ifp = if_lookup_by_index(
|
||||||
nexthop_tab[num_ifindex].ifindex,
|
nh_ifi,
|
||||||
nexthop_vrf_id);
|
nexthop_vrf_id);
|
||||||
|
|
||||||
if (!ifp)
|
if (!ifp)
|
||||||
|
Loading…
Reference in New Issue
Block a user