diff options
| author | vivek <vivek@cumulusnetworks.com> | 2020-10-26 19:54:52 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-11-20 22:45:37 -0500 |
| commit | 71d276c88a74719552ed8b17aab66250ffec1623 (patch) | |
| tree | 976a6b91de8b5f9d8c695a4a06434de45650f799 | |
| parent | 9e8a096b739f1199c367867759d3fb17bc725dd6 (diff) | |
bgpd: Display FD in peer FSM state change log
Signed-off-by: Vivek Venkatraman <vivek@nvidia.com>
| -rw-r--r-- | bgpd/bgp_fsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_fsm.c b/bgpd/bgp_fsm.c index f110005e49..fcb7275c34 100644 --- a/bgpd/bgp_fsm.c +++ b/bgpd/bgp_fsm.c @@ -1335,7 +1335,7 @@ void bgp_fsm_change_status(struct peer *peer, int status) bgp_peer_update_orr_active_roots(peer); if (bgp_debug_neighbor_events(peer)) - zlog_debug("%s went from %s to %s", peer->host, + zlog_debug("%s fd %d went from %s to %s", peer->host, peer->fd, lookup_msg(bgp_status_msg, peer->ostatus, NULL), lookup_msg(bgp_status_msg, peer->status, NULL)); } |
