mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 20:13:53 +00:00
Merge pull request #8638 from ton31337/fix/bgp_doc
doc: Remove trailing whitespaces and fix WARNING: Error in "code-block"
This commit is contained in:
commit
38861dab3c
@ -2028,16 +2028,17 @@ expanded
|
|||||||
later in various CLI outputs in a human-readable format.
|
later in various CLI outputs in a human-readable format.
|
||||||
|
|
||||||
.. code-block:: frr
|
.. code-block:: frr
|
||||||
~# show ip bgp 172.16.16.1/32
|
|
||||||
BGP routing table entry for 172.16.16.1/32, version 21
|
~# show ip bgp 172.16.16.1/32
|
||||||
Paths: (2 available, best #2, table default)
|
BGP routing table entry for 172.16.16.1/32, version 21
|
||||||
Advertised to non peer-group peers:
|
Paths: (2 available, best #2, table default)
|
||||||
65030
|
Advertised to non peer-group peers:
|
||||||
192.168.0.2 from 192.168.0.2 (172.16.16.1)
|
65030
|
||||||
Origin incomplete, metric 0, valid, external, best (Neighbor IP)
|
192.168.0.2 from 192.168.0.2 (172.16.16.1)
|
||||||
Community: 65001:12 65001:13 community-1 65001:65534
|
Origin incomplete, metric 0, valid, external, best (Neighbor IP)
|
||||||
Large Community: lcommunity-1 65001:123:2
|
Community: 65001:12 65001:13 community-1 65001:65534
|
||||||
Last update: Fri Apr 16 12:51:27 2021
|
Large Community: lcommunity-1 65001:123:2
|
||||||
|
Last update: Fri Apr 16 12:51:27 2021
|
||||||
|
|
||||||
.. deprecated:: 5.0
|
.. deprecated:: 5.0
|
||||||
It is recommended to use the more explicit versions of this command.
|
It is recommended to use the more explicit versions of this command.
|
||||||
|
Loading…
Reference in New Issue
Block a user