From d0dc7c8b002b6204b439bad7e24bc6ed0401e718 Mon Sep 17 00:00:00 2001
From: David Schmitz <schmitz@lrz.de>
Date: Fri, 29 Sep 2023 08:49:32 +0000
Subject: [PATCH] doc/administration_and_usage/freertr/008-flowpec.md

---
 doc/administration_and_usage/freertr/008-flowpec.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/doc/administration_and_usage/freertr/008-flowpec.md b/doc/administration_and_usage/freertr/008-flowpec.md
index a9bfc26a..a26b28f7 100644
--- a/doc/administration_and_usage/freertr/008-flowpec.md
+++ b/doc/administration_and_usage/freertr/008-flowpec.md
@@ -100,13 +100,22 @@ access points.
 FoD installation in general:
 https://github.com/GEANT/FOD/tree/python3/doc/installation
 
+
 FoD with Freertr in general:
 https://github.com/GEANT/FOD/blob/python3/doc/administration_and_usage/testing_and_using_fod_with_freertr.md
 
+FoD version with exabgp support (https://github.com/GEANT/FOD/tree/feature/exabgp_support2)
+can be used for peering with Freertr for distributing FlowSpec rules.
+On side of FoD, required is only the exabgp peering configuration (peer AS, peer node id, peer ipv4 address).
+Correspondingly, regarding the Freertr side, an example configuration
+is available at https://github.com/GEANT/FOD/blob/feature/exabgp_support2/docker-compose/freertr.cfg
+(especially the 'router bgp4 1' config part)
+assuming the FoD ip address used for BGP peering is 10.197.36.2.
+
+
 Docker-compose set with FoD and Freertr and attacker/victim host containers:
 https://github.com/GEANT/FOD/blob/python3/docker-compose/README.txt
 
-
 ### Demo for using Freertr with FoD
 
 FoD has support for running inside a Docker container and, especially for testing and demonstration purposes,
-- 
GitLab