From: Donatas Abraitis Date: Tue, 7 Jun 2022 19:24:40 +0000 (+0300) Subject: bgpd: Print source VRF name when leaking to another VRF X-Git-Tag: frr-8.3-rc~3^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2ec270a21f562a9e84a4b2ce0e54cda976012f8f;p=matthieu%2Ffrr.git bgpd: Print source VRF name when leaking to another VRF Signed-off-by: Donatas Abraitis (cherry picked from commit ba9dce1c87f365c749ee75d4c6596f52fd752fb5) --- diff --git a/bgpd/bgp_mplsvpn.c b/bgpd/bgp_mplsvpn.c index 23d554c05c..b70662c458 100644 --- a/bgpd/bgp_mplsvpn.c +++ b/bgpd/bgp_mplsvpn.c @@ -1530,8 +1530,8 @@ vpn_leak_to_vrf_update_onevrf(struct bgp *bgp_vrf, /* to */ bgp_attr_get_ecommunity(path_vpn->attr))) { if (debug) zlog_debug( - "from vpn to vrf %s, skipping after no intersection of route targets", - bgp_vrf->name_pretty); + "from vpn (%s) to vrf (%s), skipping after no intersection of route targets", + bgp_vpn->name_pretty, bgp_vrf->name_pretty); return; }