diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2021-08-30 05:04:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 05:04:31 +0200 |
commit | 48dc73a9a3dc887b4dc89b34e39f290497bb6d8c (patch) | |
tree | 04ac42ba374216892f10ded60e9de1599e1e8341 | |
parent | Merge pull request #9511 from LabNConsulting/chopps/ospf-asbr-test-fix (diff) | |
parent | doc: add a missing field for bgp summary's display (diff) | |
download | frr-48dc73a9a3dc887b4dc89b34e39f290497bb6d8c.tar.xz frr-48dc73a9a3dc887b4dc89b34e39f290497bb6d8c.zip |
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 819a6ab56..5ec2556fe 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: |