From: Martin Schiller Date: Thu, 16 May 2024 12:24:33 +0000 (+0200) Subject: frr: add support for BGP MD5 authentication X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2a3a3575fe06cb70804fd2848f3ee74a93cbd8e4;p=openwrt-packages.git frr: add support for BGP MD5 authentication You have to enable the CONFIG_TCP_MD5SIG kernel config option to be able to use the BGP MD5 authentication. Signed-off-by: Martin Schiller --- diff --git a/net/frr/Makefile b/net/frr/Makefile index ccd68ae52..14249fe61 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=frr PKG_VERSION:=9.0.0 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_DATE:=2023-08-12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_DATE).tar.gz @@ -128,6 +128,9 @@ define BuildDaemon define Package/frr-$(1) $$(call Package/frr/Default) TITLE:= $(1) routing engine +ifeq ($(1),bgpd) + KCONFIG:=CONFIG_TCP_MD5SIG=y +endif DEPENDS+=$(2) endef # if [ "$(1)" == "bfdd" ]; then \