From 0dd5ea88f28434d46c6091e5f53084e72145be77 Mon Sep 17 00:00:00 2001
From: David Schmitz <schmitz@lrz.de>
Date: Mon, 10 Jul 2023 13:46:23 +0000
Subject: [PATCH] 
 doc/administration_and_usage/testing_and_using_fod_with_freertr.md added

---
 .../testing_and_using_fod_with_freertr.md     | 23 +++++++++++++++++++
 mkdocs.yml                                    |  1 +
 2 files changed, 24 insertions(+)
 create mode 100644 doc/administration_and_usage/testing_and_using_fod_with_freertr.md

diff --git a/doc/administration_and_usage/testing_and_using_fod_with_freertr.md b/doc/administration_and_usage/testing_and_using_fod_with_freertr.md
new file mode 100644
index 00000000..cfdcd75a
--- /dev/null
+++ b/doc/administration_and_usage/testing_and_using_fod_with_freertr.md
@@ -0,0 +1,23 @@
+# Testing and Using FoD (exabgp version) with Freertr 
+
+Freertr ([http://www.freertr.org](http://www.freertr.org/), [http://docs.freertr.org/](http://docs.freertr.org/)): a Open Source Network Operating System with support of a huge list of routing prototocols, data plan protocols (including P4)
+
+## Docker containers for use of FoD (exabgp version) with Freertr:
+
+1. using 2 containers (FoD+exabgp container and freertr container) manually:
+./inst/testing/fodexabgp/README.txt
+./inst/testing/fodexabgp/install_fodexabgp__docker.sh
+
+2. using only freertr container (for use with OS-installed FoD)
+./inst/testing/fodexabgp/install_freertronly__docker.sh.new
+
+3. using containerlab for coordinated run of FoD+exabgp container, freertr container, and attacker/victim host containers
+./inst/testing/fodexabgp-containerlab1/README.md info
+./inst/testing/fodexabgp-containerlab1/Dockerfile
+
+4. using docker-compose for coordinated run of FoD+exabgp container, freertr container, and attacker/victim host containers
+./docker-compose/README.txt info
+./docker-compose.yml default docker compose specification using bind-mounted FoD dir (mainly for developers)
+./docker-compose-novol.yml docker compose specification without bind-mounted FoD dir (for testing or demo-ing)
+
+
diff --git a/mkdocs.yml b/mkdocs.yml
index 0f99252a..5b7e4f6c 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -34,6 +34,7 @@ nav:
     - 'Administration and Usage': 
         - 'Basic Administration and Usage (v1.7)': 'administration_and_usage/basic_administration_and_usage-v1.7.md'
         - 'Basic Administration and Usage (v1.8)': 'administration_and_usage/basic_administration_and_usage-v1.8.md'
+        - 'Testing and Using FoD with Freertr': 'administration_and_usage/testing_and_using_fod_with_freertr.md'
     - 'API': 
         - 'v1.3': 'api/api-v1.3.md'
         - 'v1.7': 'api/api-v1.7.md'
-- 
GitLab