summaryrefslogtreecommitdiff
path: root/nest/route.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@jmq.cz>2021-11-25 20:21:58 +0000
committerMaria Matejka <mq@ucw.cz>2021-12-01 14:02:23 +0100
commit7092bdc0c9fa77b5cad1c29b342b81f01ba087be (patch)
treedd02ce69f07d19cbbc77377f99cfe2075a014a44 /nest/route.h
parentb50224a00351904f25a5105a98d56a62ed2c33a4 (diff)
fixed duplicate routes propagation
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/route.h b/nest/route.h
index f060ad63..9f09ae3a 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -519,7 +519,6 @@ void rt_refresh_end(struct rt_import_request *);
void rt_schedule_prune(rtable_private *t);
void rte_dump(struct rte_storage *);
void rte_free(struct rte_storage *, rtable_private *);
-struct rte_storage *rte_store(const rte *, net *net, rtable_private *);
void rt_dump(rtable *);
void rt_dump_all(void);
void rt_dump_hooks(rtable *);