]> git.ipfire.org Git - thirdparty/bird.git/commit
Tables: Requesting prune only after export cleanup
authorMaria Matejka <mq@ucw.cz>
Tue, 30 Aug 2022 16:05:00 +0000 (18:05 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 30 Aug 2022 16:05:06 +0000 (18:05 +0200)
commit34912b029b161cbbed44057dfa913669ccb087eb
treefac2a2682594b9514434089a1b1a471d67f38eb8
parent95d970d7a0e7bd6cab03f3b8535eed031c43773c
Tables: Requesting prune only after export cleanup

We can't free the network structures before the export has been cleaned
up, therefore it makes more sense to request prune only after export
cleanup. This change also reduces prune calls on table shutdown.
nest/rt-table.c