Skip to content

Commit

Permalink
Merge pull request #15333 from c-po/issue-14910
Browse files Browse the repository at this point in the history
ospfd: can not delete "segment-routing node-msd" when SR if off
  • Loading branch information
ton31337 authored Feb 9, 2024
2 parents 7174a7d + ba45aa6 commit b7987ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ospfd/ospf_sr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit b7987ec

Please sign in to comment.