diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-08-21 04:20:32 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-08-21 04:24:15 +0200 |
commit | 52641e086675832e9f43f86237b0cddbd5ec551e (patch) | |
tree | 06a99296699538849133a4313967b997c72f9f4c /proto/bmp/bmp.h | |
parent | ef6ab5ce86af925ee10687fde4e62912fb892433 (diff) |
BMP: Use generic channel feed instead of direct walk over rtable
Now we use rt_notify() and channels for both feed and notifications,
in both import tables (pre-policy) and regular tables (post-policy).
Remove direct walk in bmp_route_monitor_snapshot().
Diffstat (limited to 'proto/bmp/bmp.h')
-rw-r--r-- | proto/bmp/bmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bmp/bmp.h b/proto/bmp/bmp.h index 9b4e2a73..e51c2ea0 100644 --- a/proto/bmp/bmp.h +++ b/proto/bmp/bmp.h @@ -87,6 +87,7 @@ struct bmp_stream { node n; struct bgp_proto *bgp; u32 key; + bool sync; struct bmp_stream *next; struct bmp_table *table; struct bgp_channel *sender; |