diff --git a/docs/EXABGP_INTEGRATION.md b/docs/EXABGP_INTEGRATION.md index 3e57a02c..0aab9c2e 100644 --- a/docs/EXABGP_INTEGRATION.md +++ b/docs/EXABGP_INTEGRATION.md @@ -13,12 +13,14 @@ exabgp_announce_host = on Secondly, you should install, configure and run ExaBGP toolkit. -Install ExaBGP: +Install ExaBGP 3: ```bash apt-get install python-pip -pip install exabgp +pip install exabgp==3.4.20 ``` +All our instructions suitable only for ExaBGP 3. + Install socat (if you haven't socat for your platform, please check this [manual](EXABGP_INTEGRATION_WITHOUT_SOCAT.md)): ```bash apt-get install -y socat