Skip to content

Commit

Permalink
Add configuration to support MD5 auth with bird2
Browse files Browse the repository at this point in the history
Fix #1084

Signed-off-by: Guillaume Perrin <[email protected]>
  • Loading branch information
guillomep committed Nov 15, 2024
1 parent 8f5ed0f commit 458c712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bird2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=bird2
PKG_VERSION:=2.15.1
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
Expand Down Expand Up @@ -36,6 +36,7 @@ define Package/bird2
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
KCONFIG:=CONFIG_TCP_MD5SIG=y
DEPENDS:=+libpthread
CONFLICTS:=bird1-ipv4 bird1-ipv6 bird4 bird6
endef
Expand Down

0 comments on commit 458c712

Please sign in to comment.