Skip to content

Commit

Permalink
Merge pull request FRRouting#15338 from FRRouting/mergify/bp/stable/9…
Browse files Browse the repository at this point in the history
….0/pr-15333

ospfd: can not delete "segment-routing node-msd" when SR if off (backport FRRouting#15333)
  • Loading branch information
donaldsharp authored Feb 9, 2024
2 parents 1f6df17 + afcffd2 commit 004a098
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 004a098

Please sign in to comment.