]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commit
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)
commit471407756443b33d82e6d52559399c995aa624fa
treee6f969cc363c5a9aa4b9dc77531a551568be8faa
parentce26b2a364fbf884e2d715349fb6a8d329f99633
bird: Update to 2.0.7

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