Merge pull request #17637 from opensourcerouting/fix/show_which_prefix_is_suppressed

bgpd: Show which prefix is suppressed if debug out is enabled
This commit is contained in:
Donald Sharp 2024-12-11 19:25:57 -05:00 committed by GitHub
commit 9ff0564d7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -582,7 +582,7 @@ bool bgp_adj_out_set_subgroup(struct bgp_dest *dest,
bgp_dump_attr(attr, attr_str, sizeof(attr_str));
zlog_debug("%s suppress UPDATE w/ attr: %s", peer->host,
zlog_debug("%s suppress UPDATE %pBD w/ attr: %s", peer->host, dest,
attr_str);
}