]> git.ipfire.org Git - thirdparty/bird.git/commit
Route export is now asynchronous.
authorMaria Matejka <mq@ucw.cz>
Mon, 27 Sep 2021 11:04:16 +0000 (13:04 +0200)
committerMaria Matejka <mq@ucw.cz>
Mon, 22 Nov 2021 18:05:43 +0000 (19:05 +0100)
commitc70b3198dc349127273d202ab8c36afeebb6d9d0
tree27ea26fc1200195849897f47ec2e7ce7bae94d15
parentf18968f52f461946b64aaea6c4a0e88c5235fb07
Route export is now asynchronous.

To allow for multithreaded execution, we need to break the import-export
chain and buffer the exports before actually processing them.
conf/conf.h
nest/config.Y
nest/proto.c
nest/route.h
nest/rt-table.c