mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 00:28:57 +00:00
Merge pull request #17803 from anlancs/ospfd/fix-redundant-timers
ospfd: avoid the redundant timers
This commit is contained in:
commit
d982b1c785
@ -1145,8 +1145,7 @@ static void ospf_external_aggr_timer(struct ospf *ospf,
|
||||
aggr->action = operation;
|
||||
|
||||
if (ospf->t_external_aggr) {
|
||||
if (ospf->aggr_action == OSPF_ROUTE_AGGR_ADD) {
|
||||
|
||||
if (ospf->aggr_action == OSPF_ROUTE_AGGR_ADD || operation != OSPF_ROUTE_AGGR_ADD) {
|
||||
if (IS_DEBUG_OSPF(lsa, EXTNL_LSA_AGGR))
|
||||
zlog_debug("%s: Not required to restart timer,set is already added.",
|
||||
__func__);
|
||||
|
Loading…
Reference in New Issue
Block a user