1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Kernel routes are flushed on shutdown by kernel scan, not by table scan

This commit is contained in:
Maria Matejka
2021-10-01 14:11:13 +02:00
parent 0767a0c288
commit 6d87cf4be7
2 changed files with 15 additions and 17 deletions

View File

@@ -66,6 +66,7 @@ struct krt_proto {
byte ready; /* Initial feed has been finished */
byte initialized; /* First scan has been finished */
byte reload; /* Next scan is doing reload */
byte flush_routes; /* Scanning to flush */
};
extern pool *krt_pool;