mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-17 17:08:56 +00:00
Merge pull request #12642 from anlancs/fix/bgpd-debug-name
bgpd: fix wrong vrf name for debug
This commit is contained in:
commit
d9e1fe38a6
@ -3576,7 +3576,7 @@ int bgp_get(struct bgp **bgp_val, as_t *as, const char *name,
|
||||
if (IS_BGP_INST_KNOWN_TO_ZEBRA(bgp)) {
|
||||
if (BGP_DEBUG(zebra, ZEBRA))
|
||||
zlog_debug("%s: Registering BGP instance %s to zebra",
|
||||
__func__, name);
|
||||
__func__, bgp->name_pretty);
|
||||
bgp_zebra_instance_register(bgp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user