mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-15 05:42:15 +01:00
Don't forget to set filter pointers in struct proto when reconfiguring.
This commit is contained in:
parent
99f70c78e1
commit
41b26cfb55
@ -231,6 +231,8 @@ protos_commit(struct config *new, struct config *old, int force_reconfig)
|
||||
PD(p, "Reconfigured");
|
||||
p->cf = nc;
|
||||
p->name = nc->name;
|
||||
p->in_filter = nc->in_filter;
|
||||
p->out_filter = nc->out_filter;
|
||||
nc->proto = p;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user