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 0000000000000000000000000000000000000000..cfdcd75a22e9b20ee4590817530583f84258e3b9 --- /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 0f99252ae98b413575f67a893cd8e038fab37105..5b7e4f6c73cf735aef9e2dc894e9c3f6b18455e0 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'