diff --git a/isisd/isis_te.c b/isisd/isis_te.c index b6321dbac324..545a516c2718 100644 --- a/isisd/isis_te.c +++ b/isisd/isis_te.c @@ -327,7 +327,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",