- configure: WARNING: unrecognized options: --disable-irdp - The irdp code was removed from frr in version 10.5.0 so the disable option is no longer required
Signed-off-by: Adolf Belka <[email protected]> --- lfs/frr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lfs/frr b/lfs/frr index fedcb14a1..4757a8544 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 = 16 +PAK_VER = 17 DEPS = @@ -97,7 +97,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-babeld \ --disable-bfdd \ --disable-eigrpd \ - --disable-irdp \ --disable-isisd \ --disable-ldpd \ --disable-nhrpd \ -- 2.54.0
