1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

correctly display the amount of ipv6 link prefixes

This commit is contained in:
Hannes Gredler
2023-10-30 10:42:45 +00:00
parent 3e2572aef9
commit 152c0a226e

View File

@@ -1077,7 +1077,7 @@ lspgen_log_ctx(struct lsdb_ctx_ *ctx)
end_prefix6 = lspgen_compute_end_prefix6(&ctx->ipv6_link_prefix, ctx->num_nodes*2);
LOG(NORMAL, " IPv6 Link Base Prefix %s, End Prefix %s, %u prefixes\n",
format_ipv6_prefix(&ctx->ipv6_link_prefix),
format_ipv6_prefix(end_prefix6), ctx->num_nodes);
format_ipv6_prefix(end_prefix6), ctx->num_nodes*2);
end_prefix6 = lspgen_compute_end_prefix6(&ctx->ipv6_ext_prefix, ctx->num_ext);
LOG(NORMAL, " IPv6 External Base Prefix %s, End Prefix %s, %u prefixes\n",