mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 22:30:52 +00:00
bgpd: Enhance OPEN Tx debug log
Signed-off-by: Vivek Venkatraman <vivek@nvidia.com>
This commit is contained in:
parent
496b2d1be4
commit
75040a0295
@ -696,10 +696,9 @@ void bgp_open_send(struct peer_connection *connection)
|
|||||||
bgp_packet_set_size(s);
|
bgp_packet_set_size(s);
|
||||||
|
|
||||||
if (bgp_debug_neighbor_events(peer))
|
if (bgp_debug_neighbor_events(peer))
|
||||||
zlog_debug(
|
zlog_debug("%pBP fd %d sending OPEN, version %d, my as %u, holdtime %d, id %pI4",
|
||||||
"%s sending OPEN, version %d, my as %u, holdtime %d, id %pI4",
|
peer, peer->connection->fd, BGP_VERSION_4, local_as,
|
||||||
peer->host, BGP_VERSION_4, local_as, send_holdtime,
|
send_holdtime, &peer->local_id);
|
||||||
&peer->local_id);
|
|
||||||
|
|
||||||
/* Dump packet if debug option is set. */
|
/* Dump packet if debug option is set. */
|
||||||
/* bgp_packet_dump (s); */
|
/* bgp_packet_dump (s); */
|
||||||
|
Loading…
Reference in New Issue
Block a user