diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2021-08-29 23:04:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-29 23:04:31 -0400 |
| commit | 48dc73a9a3dc887b4dc89b34e39f290497bb6d8c (patch) | |
| tree | 04ac42ba374216892f10ded60e9de1599e1e8341 | |
| parent | 180100985d643bc3396308a78776202211bf9844 (diff) | |
| parent | b8f950d2c6a96c7f8c1e1ce166a44bd84f2316da (diff) | |
Merge pull request #9484 from anlancs/fix-doc-bgp-desc
doc: add a missing field for bgp summary's display
| -rw-r--r-- | doc/user/bgp.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 819a6ab562..5ec2556fe3 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -464,9 +464,9 @@ Require policy on EBGP RIB entries 7, using 1344 bytes of memory Peers 2, using 43 KiB of memory - Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt - 192.168.0.2 4 65002 8 10 0 0 0 00:03:09 5 (Policy) - fe80:1::2222 4 65002 9 11 0 0 0 00:03:09 (Policy) (Policy) + Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt Desc + 192.168.0.2 4 65002 8 10 0 0 0 00:03:09 5 (Policy) N/A + fe80:1::2222 4 65002 9 11 0 0 0 00:03:09 (Policy) (Policy) N/A Additionally a `show bgp neighbor` command would indicate in the `For address family:` block that: |
