mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:26:14 +00:00
eigrpd: Let eigrp setup it's router-id in some situations
If the router-id is passed up to eigrp before we have started the instance, allow it to set it up properly as we start the instance. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
d286e5f565
commit
9e9012d7c1
@ -243,8 +243,8 @@ eigrp_network_set(struct eigrp *eigrp, struct prefix_ipv4 *p)
|
||||
rn->info = (void *) pref;
|
||||
|
||||
/* Schedule Router ID Update. */
|
||||
// if (eigrp->router_id == 0)
|
||||
// eigrp_router_id_update(eigrp);
|
||||
if (eigrp->router_id == 0)
|
||||
eigrp_router_id_update(eigrp);
|
||||
/* Run network config now. */
|
||||
/* Get target interface. */
|
||||
for (ALL_LIST_ELEMENTS_RO(vrf_iflist(VRF_DEFAULT), node, ifp))
|
||||
|
Loading…
Reference in New Issue
Block a user