From 6114c4bf6f80e2000bc3b6a2a16e67e04ba45214 Mon Sep 17 00:00:00 2001 From: Yureka Date: Fri, 29 Dec 2023 14:52:58 +0100 Subject: [PATCH] manual: add bmp tested junos versions --- manual/src/data-sources/bmp-junos.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manual/src/data-sources/bmp-junos.md b/manual/src/data-sources/bmp-junos.md index 1bda421..e6e52b4 100644 --- a/manual/src/data-sources/bmp-junos.md +++ b/manual/src/data-sources/bmp-junos.md @@ -19,3 +19,10 @@ routing-options { ``` Be aware that in some older Junos versions the BMP implementation is buggy and causes memory leaks in the routing process. + +| Tested Junos Release | Known Issues | +| ----------- | ----------- | +| 20.2R3-S3.6 | ❌ [PR1526061](https://prsearch.juniper.net/PR1526061) BGP Monitoring Protocols may not releases IO buffer correctly | +| 21.4R3-S2.3 | ❌ [PR1713444](https://prsearch.juniper.net/PR1713444) The rpd process may crash when BMP socket write fails or blocks | +| 21.4R3-S4.9 | ✅ None| +| 22.2R3.15 | ✅ None |