summaryrefslogtreecommitdiff
path: root/proto/rpki/rpki.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@jmq.cz>2021-11-16 21:14:24 +0000
committerMaria Matejka <mq@ucw.cz>2021-11-22 19:05:44 +0100
commit20ace7f2e61bc6881e4ea22c63f0d0eb9a1dd1a2 (patch)
treed9896d70a90e9a5ffdf18165935ea207be2ba8d1 /proto/rpki/rpki.h
parent1e8e3b7c1214393844c35fe3fbba9865b56ec95f (diff)
RPKI: Use the route refresh mechanism also for the first load
Diffstat (limited to 'proto/rpki/rpki.h')
-rw-r--r--proto/rpki/rpki.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/rpki/rpki.h b/proto/rpki/rpki.h
index 8a5c38fd..a70a2027 100644
--- a/proto/rpki/rpki.h
+++ b/proto/rpki/rpki.h
@@ -83,6 +83,8 @@ const char *rpki_cache_state_to_str(enum rpki_cache_state state);
void rpki_table_add_roa(struct rpki_cache *cache, struct channel *channel, const net_addr_union *pfxr);
void rpki_table_remove_roa(struct rpki_cache *cache, struct channel *channel, const net_addr_union *pfxr);
+void rpki_start_refresh(struct rpki_proto *p);
+void rpki_stop_refresh(struct rpki_proto *p);
/*
* RPKI Protocol Logic