From 50cf94ef600ecdbefc4c8ce4fc7be7b05da17108 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 11 Dec 2024 18:13:49 +0200 Subject: [PATCH] bgpd: Show which prefix is suppressed if debug out is enabled Signed-off-by: Donatas Abraitis --- bgpd/bgp_updgrp_adv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_updgrp_adv.c b/bgpd/bgp_updgrp_adv.c index 1a66df59fc20..ae741a4809e9 100644 --- a/bgpd/bgp_updgrp_adv.c +++ b/bgpd/bgp_updgrp_adv.c @@ -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); }