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>
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))