Skip to content

Commit

Permalink
bgpd: Show which prefix is suppressed if debug out is enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Donatas Abraitis <[email protected]>
  • Loading branch information
ton31337 committed Dec 11, 2024
1 parent c322b94 commit 50cf94e
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 50cf94e

Please sign in to comment.