From d3177d9f08f466717e8c780d2370be6412faa119 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 11 Jan 2024 09:22:54 +0200 Subject: [PATCH 1/2] doc: Change the link to libyang for 2.1.x Signed-off-by: Donatas Abraitis --- doc/developer/building-libyang.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer/building-libyang.rst b/doc/developer/building-libyang.rst index 71577b10ce..fdc9652f9c 100644 --- a/doc/developer/building-libyang.rst +++ b/doc/developer/building-libyang.rst @@ -10,7 +10,7 @@ The FRR project builds some binary ``libyang`` packages. RPM packages are at our `RPM repository `_. DEB packages are available as CI artifacts `here -`_. +`_. .. warning:: From 79b992890f3f5f21f89b2b7021c70d22e30ac9e8 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Thu, 11 Jan 2024 09:23:41 +0200 Subject: [PATCH 2/2] doc: Fix documentation warning on the required version of libyang Signed-off-by: Donatas Abraitis --- doc/developer/building-libyang.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/developer/building-libyang.rst b/doc/developer/building-libyang.rst index fdc9652f9c..a46c79376c 100644 --- a/doc/developer/building-libyang.rst +++ b/doc/developer/building-libyang.rst @@ -14,8 +14,7 @@ DEB packages are available as CI artifacts `here .. warning:: - ``libyang`` version 2.0.0 or newer is required to build FRR, version 2.1.128 - or newer is recommended. + ``libyang`` version 2.1.128 or newer is required to build FRR. .. note::