mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 11:05:04 +00:00
pimd: Comment spelling fix
Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
This commit is contained in:
parent
ebb46153b0
commit
1a81b790a9
@ -893,7 +893,7 @@ int pim_ecmp_nexthop_lookup(struct pim_instance *pim,
|
|||||||
nexthop_tab[i].route_metric,
|
nexthop_tab[i].route_metric,
|
||||||
nexthop_tab[i].protocol_distance);
|
nexthop_tab[i].protocol_distance);
|
||||||
}
|
}
|
||||||
/* update nextop data */
|
/* update nexthop data */
|
||||||
nexthop->interface = ifp;
|
nexthop->interface = ifp;
|
||||||
nexthop->mrib_nexthop_addr =
|
nexthop->mrib_nexthop_addr =
|
||||||
nexthop_tab[i].nexthop_addr;
|
nexthop_tab[i].nexthop_addr;
|
||||||
|
@ -170,7 +170,7 @@ int pim_nexthop_lookup(struct pim_instance *pim, struct pim_nexthop *nexthop,
|
|||||||
nexthop_tab[i].route_metric,
|
nexthop_tab[i].route_metric,
|
||||||
nexthop_tab[i].protocol_distance);
|
nexthop_tab[i].protocol_distance);
|
||||||
}
|
}
|
||||||
/* update nextop data */
|
/* update nexthop data */
|
||||||
nexthop->interface = ifp;
|
nexthop->interface = ifp;
|
||||||
nexthop->mrib_nexthop_addr = nexthop_tab[i].nexthop_addr;
|
nexthop->mrib_nexthop_addr = nexthop_tab[i].nexthop_addr;
|
||||||
nexthop->mrib_metric_preference =
|
nexthop->mrib_metric_preference =
|
||||||
|
Loading…
Reference in New Issue
Block a user