From: Donatas Abraitis Date: Fri, 18 Nov 2022 14:02:46 +0000 (+0200) Subject: bgpd: Print prefix in logs messages with BGP_PATH_ANNC_NH_SELF X-Git-Tag: base_8.5~224^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6cf8a4bf428d6830eb506fa10c5854c88ca99be0;p=mirror%2Ffrr.git bgpd: Print prefix in logs messages with BGP_PATH_ANNC_NH_SELF Signed-off-by: Donatas Abraitis --- diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 6eb1a556b1..4997468ce2 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -2583,8 +2583,8 @@ bool subgroup_announce_check(struct bgp_dest *dest, struct bgp_path_info *pi, if (bgp_debug_update(NULL, p, subgrp->update_group, 0)) zlog_debug( - "%s: BGP_PATH_ANNC_NH_SELF, family=%s", - __func__, family2str(family)); + "%s: %pFX BGP_PATH_ANNC_NH_SELF, family=%s", + __func__, p, family2str(family)); subgroup_announce_reset_nhop(family, attr); nh_reset = true; }