From 53b758f3e27b6e5be868d21160706a28cfe12cd7 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Thu, 28 Jun 2018 08:41:35 +0200 Subject: [PATCH] doc: fix missing bgp keyword in debug bgp command Some debug bgp commands were missing bgp keyword. Signed-off-by: Philippe Guibert --- doc/user/bgp.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 471976b06..725c55b15 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1864,22 +1864,22 @@ Debugging Show all enabled debugs. -.. index:: [no] debug neighbor-events -.. clicmd:: [no] debug neighbor-events +.. index:: [no] debug bgp neighbor-events +.. clicmd:: [no] debug bgp neighbor-events Enable or disable debugging for neighbor events. This provides general information on BGP events such as peer connection / disconnection, session establishment / teardown, and capability negotiation. -.. index:: [no] debug updates -.. clicmd:: [no] debug updates +.. index:: [no] debug bgp updates +.. clicmd:: [no] debug bgp updates Enable or disable debugging for BGP updates. This provides information on BGP UPDATE messages transmitted and received between local and remote instances. -.. index:: [no] debug keepalives -.. clicmd:: [no] debug keepalives +.. index:: [no] debug bgp keepalives +.. clicmd:: [no] debug bgp keepalives Enable or disable debugging for BGP keepalives. This provides information on BGP KEEPALIVE messages transmitted and received between local and remote -- 2.39.2