summaryrefslogtreecommitdiff
path: root/proto/static/static.h
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2021-03-10 15:07:19 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2021-03-10 15:07:19 +0100
commit9cf3d533110313d55b60d47c134f1b7050d6be78 (patch)
treeb51f0957a09adbbdc38bdecec416de6fb784861f /proto/static/static.h
parent211fe69c984c657095930d2831f46896197ec65b (diff)
Static: Implement reload hook
Diffstat (limited to 'proto/static/static.h')
-rw-r--r--proto/static/static.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/static/static.h b/proto/static/static.h
index af714b72..fc91f71c 100644
--- a/proto/static/static.h
+++ b/proto/static/static.h
@@ -26,6 +26,7 @@ struct static_proto {
struct event *event; /* Event for announcing updated routes */
BUFFER_(struct static_route *) marked; /* Routes marked for reannouncement */
+ int marked_all; /* All routes are marked */
rtable *igp_table_ip4; /* Table for recursive IPv4 next hop lookups */
rtable *igp_table_ip6; /* Table for recursive IPv6 next hop lookups */
};