mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 20:03:45 +00:00
Merge pull request #16046 from FRRouting/mergify/bp/stable/9.1/pr-16033
bgpd: Fix logging message when receiving a software version capability (backport #16033)
This commit is contained in:
commit
e9d4f488cc
@ -919,8 +919,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