diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2022-07-27 00:47:24 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2022-07-27 00:47:24 +0200 |
commit | 082905a8338b4ba20a08ada0d562bbc5e15c707b (patch) | |
tree | 6d3fdf8840d4a7ca3984d517dee8e02e5e7ac414 /sysdep/unix/krt.h | |
parent | 2e484f8d2977186f6d97213827a66847738d2c31 (diff) | |
parent | ddb1bdf2819ce69248d5a51e71d803f13548b217 (diff) |
Merge branch 'master' into backport
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 20858cd7..18a206e6 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -55,10 +55,7 @@ struct krt_proto { struct rtable *krt_table; /* Internal table of inherited routes */ #endif -#ifndef CONFIG_ALL_TABLES_AT_ONCE timer *scan_timer; -#endif - struct bmap sync_map; /* Keeps track which exported routes were successfully written to kernel */ struct bmap seen_map; /* Routes seen during last periodic scan */ node krt_node; /* Node in krt_proto_list */ @@ -79,6 +76,7 @@ extern pool *krt_pool; struct proto_config * kif_init_config(int class); void kif_request_scan(void); +void krt_use_shared_scan(void); void krt_got_route(struct krt_proto *p, struct rte *e, s8 src); void krt_got_route_async(struct krt_proto *p, struct rte *e, int new, s8 src); |