mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE
routes) from kernel routing tables unless the "persist" switch is set.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#define _BIRD_KRT_SET_H_
|
||||
|
||||
struct krt_set_params {
|
||||
int persist;
|
||||
};
|
||||
|
||||
struct krt_set_status {
|
||||
|
||||
Reference in New Issue
Block a user