From 54422b46f7ae5999d5d09522da048393e0221457 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 18 Feb 2020 15:28:42 -0500 Subject: [PATCH] doc: Add `show bgp listener` command Add a bit of debug to show the listener sockets and who created them to associate with strace output for a developer. Signed-off-by: Donald Sharp --- doc/user/bgp.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index de690adb34..85ccc277a8 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2412,6 +2412,12 @@ Debugging Show all enabled debugs. +.. index:: show bgp listeners +.. clicmd:: show bgp listeners + + Display Listen sockets and the vrf that created them. Useful for debugging of when + listen is not working and this is considered a developer debug statement. + .. index:: [no] debug bgp neighbor-events .. clicmd:: [no] debug bgp neighbor-events -- 2.39.5