From 45b6170af7a7262aa36af30b2cf80b4a4c23bee3 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Thu, 20 Feb 2025 12:16:31 +0100 Subject: [PATCH] frr: Ship frr to use new libyang version - PAK_VER incremented to provide build with new libyang version. - Update of rootfile not required. - Tested out on vm in combination with the new libyang version. frr daemons were all able to successfully start. As I have never used frr, I can not test anything further. Tested-by: Adolf Belka Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- lfs/frr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/frr b/lfs/frr index b257a2d09..60017d26d 100644 --- a/lfs/frr +++ b/lfs/frr @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = frr -PAK_VER = 12 +PAK_VER = 13 DEPS = -- 2.39.5