0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 01:54:08 +00:00

NEWS: Fix formatting and add some notes

This commit is contained in:
Ondrej Zajicek (work) 2022-02-13 16:45:49 +01:00
parent 71c9484b00
commit 64d5d6d2c3

5
NEWS
View File

@ -19,6 +19,7 @@ Version 2.0.9 (2022-02-09)
o Memory statistics split into Effective and Overhead
o Linux: New option 'netlink rx buffer' to specify netlink socket buffer size
o BSD: Assume onlink flag on ifaces with only host addresses
o Many bugfixes
Notes:
@ -27,6 +28,10 @@ Version 2.0.9 (2022-02-09)
neighbors on a network configured as PtP, which worked in previous versions.
Such links should be configured as PtMP.
Since Linux 5.3, netlink socket can be flooded by route cache entries during
route table scan. This version mitigates that issue by using strict netlink
filtering.
Version 2.0.8 (2021-03-18)
o Automatic channel reloads based on RPKI changes