diff options
author | Maria Matejka <mq@ucw.cz> | 2023-03-31 10:46:17 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-04 17:00:58 +0200 |
commit | 0b7657a9dc449fc19f6c06a99e9b86ffad37570e (patch) | |
tree | 1c9dbd3453e0dd7bf8c620530102eca58d007de8 /nest/rt-show.c | |
parent | 98f69aa4190d31f749ac4999cab9700850da15a9 (diff) |
Route feed marks only the relevant pending exports as done
Diffstat (limited to 'nest/rt-show.c')
-rw-r--r-- | nest/rt-show.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nest/rt-show.c b/nest/rt-show.c index 40202ef6..a5c7dc8f 100644 --- a/nest/rt-show.c +++ b/nest/rt-show.c @@ -211,7 +211,8 @@ rt_show_net(struct rt_show_data *d, const net_addr *n, const rte **feed, uint co static void rt_show_net_export_bulk(struct rt_export_request *req, const net_addr *n, - struct rt_pending_export *rpe UNUSED, const rte **feed, uint count) + struct rt_pending_export *first UNUSED, struct rt_pending_export *last UNUSED, + const rte **feed, uint count) { struct rt_show_data *d = SKIP_BACK(struct rt_show_data, req, req); return rt_show_net(d, n, feed, count); |