mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 12:09:22 +00:00
bgpd: Fix logging message when receiving a software version capability
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
e41b4a755e
commit
d50730ba48
@ -998,8 +998,8 @@ static int bgp_capability_software_version(struct peer *peer,
|
||||
peer->soft_version = XSTRDUP(MTYPE_BGP_SOFT_VERSION, str);
|
||||
|
||||
if (bgp_debug_neighbor_events(peer))
|
||||
zlog_debug("%s sent Software Version: %s", peer->host,
|
||||
peer->soft_version);
|
||||
zlog_debug("%s received Software Version: %s",
|
||||
peer->host, peer->soft_version);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user