NEWS: Fix formatting and add some notes
This commit is contained in:
parent
71c9484b00
commit
64d5d6d2c3
1 changed files with 30 additions and 25 deletions
5
NEWS
5
NEWS
|
@ -19,6 +19,7 @@ Version 2.0.9 (2022-02-09)
|
||||||
o Memory statistics split into Effective and Overhead
|
o Memory statistics split into Effective and Overhead
|
||||||
o Linux: New option 'netlink rx buffer' to specify netlink socket buffer size
|
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 BSD: Assume onlink flag on ifaces with only host addresses
|
||||||
|
o Many bugfixes
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
|
@ -27,6 +28,10 @@ Version 2.0.9 (2022-02-09)
|
||||||
neighbors on a network configured as PtP, which worked in previous versions.
|
neighbors on a network configured as PtP, which worked in previous versions.
|
||||||
Such links should be configured as PtMP.
|
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)
|
Version 2.0.8 (2021-03-18)
|
||||||
o Automatic channel reloads based on RPKI changes
|
o Automatic channel reloads based on RPKI changes
|
||||||
|
|
Loading…
Reference in a new issue