1
0
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:
Martin Mares
1999-02-13 20:46:03 +00:00
parent 0a2e9d9f56
commit 013a9b91fe
6 changed files with 59 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#define _BIRD_KRT_SET_H_
struct krt_set_params {
int persist;
};
struct krt_set_status {