suppression des trailing ':' dans les titres, ça fait moche sur l'index

This commit is contained in:
Daniel Jakots 2017-11-18 11:31:08 -05:00
parent d1f7799ed8
commit 62c01d14b0

View file

@ -107,13 +107,13 @@ allow from any inet prefixlen 8 - 24
## Utilisation (observer) ## Utilisation (observer)
### Pour voir les réseaux annoncés : ### Pour voir les réseaux annoncés
~~~ ~~~
# bgpctl network show # bgpctl network show
~~~ ~~~
### Voir un résumé concernant les sessions configurées : ### Voir un résumé concernant les sessions configurées
~~~ ~~~
# bgpctl show # bgpctl show
@ -121,7 +121,7 @@ Neighbor AS MsgRcvd MsgSent OutQ Up/Down State/PrfRcvd
AS 65001 peer 1 65001 18 18 0 00:13:18 1 AS 65001 peer 1 65001 18 18 0 00:13:18 1
~~~ ~~~
### Voir un résumé des informations relatives aux voisins : ### Voir un résumé des informations relatives aux voisins
~~~ ~~~
# bgpctl show neighbor # bgpctl show neighbor
@ -153,7 +153,7 @@ BGP neighbor is 10.0.0.2, remote AS 65001
Remote host: 10.0.0.2, Remote port: 40598 Remote host: 10.0.0.2, Remote port: 40598
~~~ ~~~
### Voir la FIB (Forwarding Information Base) IPv4 : ### Voir la FIB (Forwarding Information Base) IPv4
~~~ ~~~
# bgpctl show fib ipv4 # bgpctl show fib ipv4
@ -187,7 +187,7 @@ destination: 192.0.33.0
0 0 0 0 0 0
~~~ ~~~
### Voir la RIB (Routing Information Base) : ### Voir la RIB (Routing Information Base)
~~~ ~~~
# bgpctl show rib # bgpctl show rib
@ -217,13 +217,13 @@ RDE memory statistics
RIB using 373M of memory RIB using 373M of memory
~~~ ~~~
### Voir les préfixes annoncés par un voisin : ### Voir les préfixes annoncés par un voisin
~~~ ~~~
# bgpctl show rib neighbor "AS 65001 peer 1" in # bgpctl show rib neighbor "AS 65001 peer 1" in
~~~ ~~~
### Voir le détail concernant le routage vers une IP : ### Voir le détail concernant le routage vers une IP
~~~ ~~~
# bgpctl show rib detail 1.2.3.4 # bgpctl show rib detail 1.2.3.4