bird/sysdep
Ondrej Zajicek (work) 7d767c5a3d KRT: Improve syncer code to avoid using temporary data in rtable
The old code stored route verdicts and temporary routes directly in
rtable. The new code do not store received routes (it immediately
compares them with exported routes and resolves conflicts) and uses
internal bitmap to keep track of which routes were received and which
needs to be reinstalled.

By not putting 'invalid' temporary routes to rtable, we keep rtable
in consistent state, therefore scan no longer needs to be atomic
operation and could be splitted to multiple events.
2020-01-07 18:35:03 +01:00
..
bsd KRT: Remove KRF_SYNC_ERROR flag 2019-12-19 16:34:35 +01:00
cf BSD: Use MSG_DONTROUTE for unicast packets on FreeBSD 2018-07-28 16:54:06 +02:00
linux KRT: Remove KRF_SYNC_ERROR flag 2019-12-19 16:34:35 +01:00
unix KRT: Improve syncer code to avoid using temporary data in rtable 2020-01-07 18:35:03 +01:00
config.h NEWS and version update 2019-10-11 00:18:38 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
sysdep.sgml Spelling fixes to progdoc. 2000-06-07 12:29:08 +00:00