Skip to content

Commit

Permalink
isid: added prefixes from L1 to L2 db on L1L2 router
Browse files Browse the repository at this point in the history
added adding addresses from L1 to L2 database on L1L2 router in accordance with RFC5302
count is needed to compare the same prefixes in different lsps
Signed-off-by: Sashhkaa [email protected]
  • Loading branch information
Sashhkaa committed Oct 6, 2023
1 parent f667627 commit f39c535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isisd/isis_lsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,7 @@ static void lsp_build(struct isis_lsp *lsp, struct isis_area *area)
}
}
}

switch (circuit->circ_type) {
case CIRCUIT_T_BROADCAST:
if (level & circuit->is_type) {
Expand Down

0 comments on commit f39c535

Please sign in to comment.