summaryrefslogtreecommitdiffstats
path: root/bgpd/rfapi
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-06-23 16:00:41 +0200
committerDonald Sharp <sharpd@nvidia.com>2020-10-17 14:52:35 +0200
commit56ca3b5b3a0036687a5487bc322126ffb7c6e9d8 (patch)
tree1651e43e8aff9fea29ef28b4aeb400289402ed7e /bgpd/rfapi
parentMerge pull request #7335 from opensourcerouting/fix-ti-lfa-topotest (diff)
downloadfrr-56ca3b5b3a0036687a5487bc322126ffb7c6e9d8.tar.xz
frr-56ca3b5b3a0036687a5487bc322126ffb7c6e9d8.zip
bgpd: add `%pBD` for printing `struct bgp_dest *`
`%pRN` is not appropriate anymore. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/rfapi')
-rw-r--r--bgpd/rfapi/vnc_export_bgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/rfapi/vnc_export_bgp.c b/bgpd/rfapi/vnc_export_bgp.c
index 0480704b2..b56261669 100644
--- a/bgpd/rfapi/vnc_export_bgp.c
+++ b/bgpd/rfapi/vnc_export_bgp.c
@@ -1865,7 +1865,7 @@ void vnc_direct_bgp_rh_vpn_enable(struct bgp *bgp, afi_t afi)
if (!bgp_dest_has_bgp_path_info_data(dest))
continue;
- vnc_zlog_debug_verbose("%s: checking prefix %pRN",
+ vnc_zlog_debug_verbose("%s: checking prefix %pBD",
__func__, dest);
dest_p = bgp_dest_get_prefix(dest);