]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: avoid the redundant timers 17803/head
authoranlan_cs <anlan_cs@126.com>
Thu, 9 Jan 2025 08:36:12 +0000 (16:36 +0800)
committeranlan_cs <anlan_cs@126.com>
Fri, 10 Jan 2025 00:51:40 +0000 (08:51 +0800)
commita5ec72aa8cece4f33c24040ff7c527ba1f0baeb7
tree11c9f3aeffbc876dda39fcb30d6b43daa0ca4f97
parent3d7dbcf6c6fa18fc8b38debd8be4841a1ca867c5
ospfd: avoid the redundant timers

Since the timer thread for ```OSPF_ROUTE_AGGR_DEL``` has been created,
the subsequent "no summary-address" commands shouldn't trigger redundant timers.

Signed-off-by: anlan_cs <anlan_cs@126.com>
ospfd/ospf_asbr.c