mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Channel: postpone the export event when stopping
This commit is contained in:
parent
50d7287741
commit
464d483af4
@ -898,6 +898,8 @@ channel_stop_export(struct channel *c)
|
|||||||
else
|
else
|
||||||
rt_export_unsubscribe(all, &c->out_req);
|
rt_export_unsubscribe(all, &c->out_req);
|
||||||
|
|
||||||
|
ev_postpone(&c->out_event);
|
||||||
|
|
||||||
bmap_free(&c->export_accepted_map);
|
bmap_free(&c->export_accepted_map);
|
||||||
bmap_free(&c->export_rejected_map);
|
bmap_free(&c->export_rejected_map);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user