From e398825526c8eb84c11cfff2aaff72e38f287e96 Mon Sep 17 00:00:00 2001 From: Sososhas <1248756005hfh@gmail.com> Date: Thu, 19 Oct 2023 23:47:47 +0300 Subject: [PATCH] isisd: added l1 to l2 distibution 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 <1248756005hfh@gmail.com> --- isisd/isis_lsp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/isisd/isis_lsp.c b/isisd/isis_lsp.c index bca62cbe42c7..ffb7174b6080 100644 --- a/isisd/isis_lsp.c +++ b/isisd/isis_lsp.c @@ -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); }