Skip to content

Commit

Permalink
Merge pull request FRRouting#16807 from louis-6wind/fix-isis_lsp_bits…
Browse files Browse the repository at this point in the history
…_topo1-race

tests: fix isis_lsp_bits_topo1 race condition
  • Loading branch information
mjstapp authored Sep 12, 2024
2 parents 0848587 + bbe0a25 commit afe37c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions isisd/isis_nb_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ const void *lib_interface_state_isis_adjacencies_adjacency_get_next(
* adjacencies list.
*/
list = circuit->u.bc.adjdb[ISIS_LEVEL2 - 1];
if (!list)
break;
adj_next = listnode_head(list);
}
break;
Expand Down

0 comments on commit afe37c8

Please sign in to comment.