diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-06-28 08:41:35 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2018-07-02 11:47:57 +0200 |
| commit | 53b758f3e27b6e5be868d21160706a28cfe12cd7 (patch) | |
| tree | 5a06c1a4542b3526104bfcb6eee32d1c4ab4dcc0 | |
| parent | 00458d014a27b5f269b4ba43a3ab173d5e63e869 (diff) | |
doc: fix missing bgp keyword in debug bgp command
Some debug bgp commands were missing bgp keyword.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
| -rw-r--r-- | doc/user/bgp.rst | 12 |
1 files changed, 6 insertions, 6 deletions
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 |
