From 4bf6c3e9654acf2cf4673b3d33f4de05260c36ee Mon Sep 17 00:00:00 2001 From: jdubois Date: Tue, 23 Jun 2020 09:46:39 +0200 Subject: [PATCH] Syntaxe --- HowtoROA.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/HowtoROA.md b/HowtoROA.md index 164b76a3..ed8fc05e 100644 --- a/HowtoROA.md +++ b/HowtoROA.md @@ -70,15 +70,15 @@ Une fois configuré et exécuté une première fois, le statut des routes peut * Voir les routes reçues ayant un statut invalide, valide, ou inconnu : ~~~ -bgpctl show rib ovs invalid -bgpctl show rib ovs valid -bgpctl show rib ovs not-found +# bgpctl show rib ovs invalid +# bgpctl show rib ovs valid +# bgpctl show rib ovs not-found ~~~ * Voir les routes reçues et utilisées ayant un statut invalide, valide, ou inconnu : ~~~ -bgpctl show rib selected ovs invalid -bgpctl show rib selected ovs valid -bgpctl show rib selected ovs not-found +# bgpctl show rib selected ovs invalid +# bgpctl show rib selected ovs valid +# bgpctl show rib selected ovs not-found ~~~ \ No newline at end of file