From f038f0a6385d7b81f57254e3c9bf84021a6b040d Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 12 Jul 2010 21:39:10 +0200 Subject: Fixes missing check in reconfiguration. --- sysdep/unix/krt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep') 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) ; -- cgit v1.2.3