]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: fix missing bgp keyword in debug bgp command 2533/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 28 Jun 2018 06:41:35 +0000 (08:41 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 2 Jul 2018 09:47:57 +0000 (11:47 +0200)
Some debug bgp commands were missing bgp keyword.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
doc/user/bgp.rst

index 471976b06eebaf49c114c7fd9145aa354eebb874..725c55b15bf0d2bdf433869eeaa9e9c4fee29ae2 100644 (file)
@@ -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