Skip to content

Commit 9935dfd

Browse files
bird3: update to 3.0.1
- Fixed crashes in dynamic BGP - Improved graceful recovery mechanism - Resolved issues with deterministic MED - Addressed BFD session reconfiguration problems - Corrected kernel path merging - Optimized inefficiencies in feeds and refeeds - Fixed heap bloating issues - Corrected the name of the bgp_otc route attribute Signed-off-by: Nick Hainke <[email protected]>
1 parent 5998119 commit 9935dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bird3/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
include $(TOPDIR)/rules.mk
44

55
PKG_NAME:=bird3
6-
PKG_VERSION:=3.0.0
6+
PKG_VERSION:=3.0.1
77
PKG_RELEASE:=1
88

99
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
1010
PKG_SOURCE_URL:=https://bird.network.cz/download/
11-
PKG_HASH:=8130440a2e273ba6456df2fb3acb43da7cb4d566f94a294a3a52a1b118f2512a
11+
PKG_HASH:=8868403caa84e2554bb6e60adbe7c657e7bb7c4ac41910e398f35e236ba90fa1
1212

1313
PKG_MAINTAINER:=Toke Høiland-Jørgensen <[email protected]>, Nick Hainke <[email protected]>
1414
PKG_LICENSE:=GPL-2.0-or-later

0 commit comments

Comments
 (0)