We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11db83 commit c20fb8eCopy full SHA for c20fb8e
code/bngblaster/src/ospf/ospf_lsa.c
@@ -282,7 +282,7 @@ ospf_lsa_lifetime(ospf_lsa_s *lsa)
282
if(lsa->age < OSPF_LSA_MAX_AGE) {
283
sec = OSPF_LSA_MAX_AGE - lsa->age;
284
timer_add(&g_ctx->timer_root, &lsa->timer_lifetime,
285
- "OSPF LIFETIME", sec, 6,
+ "OSPF LIFETIME", sec, 0,
286
lsa, &ospf_lsa_lifetime_job);
287
} else {
288
lsa->expired = true;
0 commit comments