Merge pull request #15333 from c-po/issue-14910

ospfd: can not delete "segment-routing node-msd" when SR if off
This commit is contained in:
Donatas Abraitis 2024-02-09 12:34:58 +02:00 committed by GitHub
commit b7987eca20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -580,6 +580,7 @@ static void ospf_sr_stop(void)
hash_clean(OspfSR.neighbors, (void *)sr_node_del);
OspfSR.self = NULL;
OspfSR.status = SR_OFF;
OspfSR.msd = 0;
}
/*