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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user