From 013a9b91fe495371cbf9a5690613de45b634e3af Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Feb 1999 20:46:03 +0000 Subject: When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE routes) from kernel routing tables unless the "persist" switch is set. --- sysdep/unix/krt-set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep/unix/krt-set.h') diff --git a/sysdep/unix/krt-set.h b/sysdep/unix/krt-set.h index 53b11464..ec96e652 100644 --- a/sysdep/unix/krt-set.h +++ b/sysdep/unix/krt-set.h @@ -10,6 +10,7 @@ #define _BIRD_KRT_SET_H_ struct krt_set_params { + int persist; }; struct krt_set_status { -- cgit v1.2.3