mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 10:56:37 +00:00
bgpd: Show which prefix is suppressed if debug out is enabled
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
c322b94124
commit
50cf94ef60
@ -582,7 +582,7 @@ bool bgp_adj_out_set_subgroup(struct bgp_dest *dest,
|
|||||||
|
|
||||||
bgp_dump_attr(attr, attr_str, sizeof(attr_str));
|
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);
|
attr_str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user