diff --git a/doc/administration_and_usage/freertr/008-flowpec.md b/doc/administration_and_usage/freertr/008-flowpec.md
index a9bfc26a33e9d41df8e5cfb65e5f9fe2bba599e8..a26b28f7c1d4920444d375ee803d4c6d03111cf7 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,