From 645460d4d313fc8d3b427c4423fc2fe9c4047145 Mon Sep 17 00:00:00 2001
From: David Schmitz <schmitz@lrz.de>
Date: Fri, 16 Jun 2023 11:33:56 +0000
Subject: [PATCH] inst/testing/fodexabgp-containerlab1: add Readme.md +
 005-rare-hello-fod

---
 .../testing/fodexabgp-containerlab1/README.md | 28 +++++++++----------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/inst/testing/fodexabgp-containerlab1/README.md b/inst/testing/fodexabgp-containerlab1/README.md
index e2668273..109ebec5 100644
--- a/inst/testing/fodexabgp-containerlab1/README.md
+++ b/inst/testing/fodexabgp-containerlab1/README.md
@@ -1,18 +1,18 @@
 
-===== HowTo run FoD-exabgp container and freertr container in containerlab
+= HowTo run FoD-exabgp container and freertr container in containerlab
 
-0   prerequiste: have containerlab installed
-      https://containerlab.dev/
-1   clone FoD repo 
-      $ git clone https://github.com/GEANT/FOD/tree/feature/exabgp_support2 && cd FOD
-2.1 build FoD-exabgp container
-      in top dir of cloned FoD repo: 
-      $ docker build -f inst/testing/fodexabgp-containerlab1/Dockerfile -t fodexabgp-containerlab1 . 
-2.2 run containerlab
-      for running:     $ containerlab deploy  --topo ./inst/testing/fodexabgp-containerlab1/005-rare-hello-fod/rtr005.clab.yml
-      (for inspecting: $ containerlab inspect --topo ./inst/testing/fodexabgp-containerlab1/005-rare-hello-fod/rtr005.clab.yml)
-      (for deleting:   $ containerlab delete  --topo ./inst/testing/fodexabgp-containerlab1/005-rare-hello-fod/rtr005.clab.yml)
-2.3 in parallel to 2.2
-      ./inst/testing/fodexabgp-containerlab1/docker_8000_redir
+* 0   prerequiste: have containerlab installed
+      - https://containerlab.dev/
+* 1   clone FoD repo 
+      - $ git clone https://github.com/GEANT/FOD/tree/feature/exabgp_support2 && cd FOD
+* 2.1 build FoD-exabgp container
+      - in top dir of cloned FoD repo: 
+      - $ docker build -f inst/testing/fodexabgp-containerlab1/Dockerfile -t fodexabgp-containerlab1 . 
+* 2.2 run containerlab
+      - for running:     $ containerlab deploy  --topo ./inst/testing/fodexabgp-containerlab1/005-rare-hello-fod/rtr005.clab.yml
+      - (for inspecting: $ containerlab inspect --topo ./inst/testing/fodexabgp-containerlab1/005-rare-hello-fod/rtr005.clab.yml)
+      - (for deleting:   $ containerlab delete  --topo ./inst/testing/fodexabgp-containerlab1/005-rare-hello-fod/rtr005.clab.yml)
+* 2.3 in parallel to 2.2
+      - ./inst/testing/fodexabgp-containerlab1/docker_8000_redir
 
 
-- 
GitLab