]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
bird: Update to 2.0.7
authorAdolf Belka <ahb.ipfire@gmail.com>
Thu, 17 Dec 2020 20:01:59 +0000 (21:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Dec 2020 09:50:11 +0000 (09:50 +0000)
Update bird from 2.0.6 to 2.0.7
Changes from changelog
- BGP: Fix reconfiguration with import table
       *Change of some options requires route refresh, but when import table is
active, channel reload is done from it instead of doing full route
refresh. So in this case we request it internally.
- Doc: Minor documentation fixes
- Nest: Handle non-MPLS on MPLS case in recursive route update
       *When non-MPLS recursive route resolves to MPLS underlying route,
then it should get MPLS labels from the the underlying route.
- Nest: Handle PtP links in recursive route update
       *Underlying (IGP) route may lead to PtP link, in this case it does not
need gateway. Which is different than direct route without gateway.
       *When recursive (BGP) route uses PtP route, it should not use recursive
next hop as immediate next hop, while for direct routes it should.
- Nest: Fix recursive route update
       *Missing cleanup can lead to dangling pointer to old next hops.

Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/bird

index 9b045528f32e15ee830aed73b5ad6dee5d1d5253..ee1829907105278ab391abf2700ef9780ef4d758 100644 (file)
--- a/lfs/bird
+++ b/lfs/bird
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.6
+VER        = 2.0.7
 
 THISAPP    = bird-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = bird
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       =
 
@@ -46,7 +46,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = bc05f225f4fcb365da1dbb308a7e23cc
+$(DL_FILE)_MD5 = dc884bbe5905578e452f28158700527c
 
 install : $(TARGET)