mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Fixes missing check in reconfiguration.
This commit is contained in:
parent
9be9a26413
commit
f038f0a638
@ -901,6 +901,7 @@ krt_reconfigure(struct proto *p, struct proto_config *new)
|
||||
|
||||
return o->scan_time == n->scan_time
|
||||
&& o->learn == n->learn /* persist needn't be the same */
|
||||
&& o->devroutes == n->devroutes
|
||||
&& krt_set_params_same(&o->set, &n->set)
|
||||
&& krt_scan_params_same(&o->scan, &n->scan)
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user