summaryrefslogtreecommitdiffstats
path: root/sysdep/unix/krt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdep/unix/krt.c')
-rw-r--r--sysdep/unix/krt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c
index 419bdd9..562dc71 100644
--- a/sysdep/unix/krt.c
+++ b/sysdep/unix/krt.c
@@ -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)
;