]> git.ipfire.org Git - thirdparty/bird.git/commit
BMP: Use generic channel feed instead of direct walk over rtable
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 21 Aug 2023 02:20:32 +0000 (04:20 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 21 Aug 2023 02:24:15 +0000 (04:24 +0200)
commit52641e086675832e9f43f86237b0cddbd5ec551e
tree06a99296699538849133a4313967b997c72f9f4c
parentef6ab5ce86af925ee10687fde4e62912fb892433
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().
nest/proto.c
nest/protocol.h
proto/bmp/bmp.c
proto/bmp/bmp.h