From: Philippe Guibert Date: Thu, 28 Jun 2018 06:41:35 +0000 (+0200) Subject: doc: fix missing bgp keyword in debug bgp command X-Git-Tag: frr-6.1-dev~209^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F2533%2Fhead;p=mirror%2Ffrr.git doc: fix missing bgp keyword in debug bgp command Some debug bgp commands were missing bgp keyword. Signed-off-by: Philippe Guibert --- diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 471976b06e..725c55b15b 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