Accepting request 957444 from home:mnhauke:network
- Update to version 2.0.9 * BGP: Flowspec validation procedure * Babel: MAC authentication support * Routing table configuration blocks * Optional prefix trie in routing table for faster LPM/interval queries * CLI: New 'show route in <prefix>' command * Filter: Faster (16-way) prefix sets * Filter: MPLS label route attribute * Filter: Operators to pick community components * Filter: Operators to find minimum and maximum element of lists * BGP: New 'free bind' option * BGP: Log route updates that were changed to withdraws * BGP: Improved 'invalid next hop' error reporting * OSPF: Allow ifaces with host address as unnumbered PtP or PtMP ifaces * OSPF: All packets on PtP networks should be sent to AllSPFRouters address * Support for Blake2s and Blake2b hash functions * Security keys / passwords can be entered in hexadecimal digits * Memory statistics split into Effective and Overhead * New option 'netlink rx buffer' to specify netlink socket buffer size * Many bugfixes OBS-URL: https://build.opensuse.org/request/show/957444 OBS-URL: https://build.opensuse.org/package/show/network/bird?expand=0&rev=21
This commit is contained in:
parent
56fe630024
commit
e124b3db28
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19d2de83ee25a307b9e5b9e58797dd68766d439bcee33e3ac617ed502370e7f6
|
||||
size 1135228
|
3
bird-2.0.9.tar.gz
Normal file
3
bird-2.0.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76786bbcded3061e1bb221b011f2cc00221ec063de9cda004a7d9b061a096d5e
|
||||
size 1282045
|
28
bird.changes
28
bird.changes
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 24 20:50:25 UTC 2022 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.0.9
|
||||
* BGP: Flowspec validation procedure
|
||||
* Babel: MAC authentication support
|
||||
* Routing table configuration blocks
|
||||
* Optional prefix trie in routing table for faster LPM/interval
|
||||
queries
|
||||
* CLI: New 'show route in <prefix>' command
|
||||
* Filter: Faster (16-way) prefix sets
|
||||
* Filter: MPLS label route attribute
|
||||
* Filter: Operators to pick community components
|
||||
* Filter: Operators to find minimum and maximum element of lists
|
||||
* BGP: New 'free bind' option
|
||||
* BGP: Log route updates that were changed to withdraws
|
||||
* BGP: Improved 'invalid next hop' error reporting
|
||||
* OSPF: Allow ifaces with host address as unnumbered PtP or PtMP
|
||||
ifaces
|
||||
* OSPF: All packets on PtP networks should be sent to
|
||||
AllSPFRouters address
|
||||
* Support for Blake2s and Blake2b hash functions
|
||||
* Security keys / passwords can be entered in hexadecimal digits
|
||||
* Memory statistics split into Effective and Overhead
|
||||
* New option 'netlink rx buffer' to specify netlink socket buffer
|
||||
size
|
||||
* Many bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 15 12:11:24 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bird
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%define bird_home %{_localstatedir}/lib/bird
|
||||
%define bird_runtimedir %{_rundir}/%{name}
|
||||
Name: bird
|
||||
Version: 2.0.8
|
||||
Version: 2.0.9
|
||||
Release: 0
|
||||
Summary: The BIRD Internet Routing Daemon
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user