Skip to content

Commit

Permalink
Merge pull request #17637 from opensourcerouting/fix/show_which_prefi…
Browse files Browse the repository at this point in the history
…x_is_suppressed

bgpd: Show which prefix is suppressed if debug out is enabled
  • Loading branch information
donaldsharp authored Dec 12, 2024
2 parents 024c944 + 50cf94e commit 9ff0564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_updgrp_adv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 9ff0564

Please sign in to comment.