diff options
author | anlan_cs <anlan_cs@tom.com> | 2021-08-25 04:11:59 +0200 |
---|---|---|
committer | anlan_cs <anlan_cs@tom.com> | 2021-08-30 03:15:33 +0200 |
commit | b8f950d2c6a96c7f8c1e1ce166a44bd84f2316da (patch) | |
tree | 7699d73587af914a7ec42b5234851dd3852bc044 | |
parent | Merge pull request #9503 from opensourcerouting/ospf6d-redistribute-metrics (diff) | |
download | frr-b8f950d2c6a96c7f8c1e1ce166a44bd84f2316da.tar.xz frr-b8f950d2c6a96c7f8c1e1ce166a44bd84f2316da.zip |
doc: add a missing field for bgp summary's display
Signed-off-by: anlan_cs <anlan_cs@tom.com>
-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: |