mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 10:08:41 +00:00
eigrpd: Cleanup long line
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
9f56205cc5
commit
7aeab9b53a
@ -460,7 +460,8 @@ eigrp_topology_update_node_flags(struct eigrp_prefix_entry *dest)
|
||||
|
||||
for (ALL_LIST_ELEMENTS_RO(dest->entries, node, entry))
|
||||
{
|
||||
if ((entry->distance <= (u_int64_t)(dest->distance*eigrp->variance)) && entry->distance != EIGRP_MAX_METRIC) // is successor
|
||||
if ((entry->distance <= (u_int64_t)(dest->distance*eigrp->variance)) &&
|
||||
entry->distance != EIGRP_MAX_METRIC) // is successor
|
||||
{
|
||||
entry->flags |= EIGRP_NEIGHBOR_ENTRY_SUCCESSOR_FLAG;
|
||||
entry->flags &= ~EIGRP_NEIGHBOR_ENTRY_FSUCCESSOR_FLAG;
|
||||
|
Loading…
Reference in New Issue
Block a user