Skip to content

Commit

Permalink
isisd: added l1 to l2 distibution
Browse files Browse the repository at this point in the history
added adding prefixes with the best metric from the level-1 db
to the level-2 db on l1_l2 end system

Signed-off-by: Sososhas <[email protected]>
  • Loading branch information
Sashhkaa committed Oct 19, 2023
1 parent 1211b00 commit e398825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isisd/isis_lsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,6 @@ static void lsp_build(struct isis_lsp *lsp, struct isis_area *area)
char prefixbuf[PREFIX2STR_BUFFER];
for (ALL_LIST_ELEMENTS_RO(circuit->ipv6_non_link,
ipnode, ipv6)) {
zlog_debug("IPV6 PREFIX = %s", prefix2str(ipv6, prefixbuf, sizeof(prefixbuf)));
lsp_build_internal_reach_ipv6(lsp, area, ipv6,
metric);
}
Expand Down

0 comments on commit e398825

Please sign in to comment.