summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-02-13 21:46:03 +0100
committerMartin Mares <mj@ucw.cz>1999-02-13 21:46:03 +0100
commit013a9b91fe495371cbf9a5690613de45b634e3af (patch)
tree29ed464a9658596b389e66c0a206b00e3c94200e /sysdep/unix/krt.h
parent0a2e9d9f5685fb4ca63e02fd3645194bb6de79d7 (diff)
downloadbird-013a9b91fe495371cbf9a5690613de45b634e3af.tar
bird-013a9b91fe495371cbf9a5690613de45b634e3af.zip
When shutting down, remove all routes (except for RTS_INHERIT and RTS_DEVICE
routes) from kernel routing tables unless the "persist" switch is set.
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r--sysdep/unix/krt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h
index 5631bc5..9b630b2 100644
--- a/sysdep/unix/krt.h
+++ b/sysdep/unix/krt.h
@@ -52,6 +52,7 @@ void krt_scan_ifaces_done(struct krt_proto *);
void krt_set_preconfig(struct krt_config *);
void krt_set_start(struct krt_proto *);
+void krt_set_shutdown(struct krt_proto *);
/* sync-if.c */