mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-06 05:47:18 +00:00
Merge pull request #16728 from FRRouting/mergify/bp/stable/10.1/pr-16667
isisd: fix update link params after circuit is up (backport #16667)
This commit is contained in:
commit
51a9c6de80
@ -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