mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 06:50:25 +00:00
Merge pull request #16729 from FRRouting/mergify/bp/stable/10.0/pr-16667
isisd: fix update link params after circuit is up (backport #16667)
This commit is contained in:
commit
c5d3363c61
@ -331,7 +331,7 @@ void isis_link_params_update(struct isis_circuit *circuit,
|
||||
return;
|
||||
|
||||
/* Sanity Check */
|
||||
if ((ifp == NULL) || (circuit->state != C_STATE_UP))
|
||||
if (ifp == NULL)
|
||||
return;
|
||||
|
||||
te_debug("ISIS-TE(%s): Update circuit parameters for interface %s",
|
||||
|
Loading…
Reference in New Issue
Block a user