From 7f3d1a0850ff7f240b2f240db6d44b3a5dee6d48 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Feb 1999 19:57:19 +0000 Subject: Squashed one bug in timing of route scans. --- sysdep/linux/krt-scan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdep/linux/krt-scan.c') diff --git a/sysdep/linux/krt-scan.c b/sysdep/linux/krt-scan.c index 55ba3a8..1428a7a 100644 --- a/sysdep/linux/krt-scan.c +++ b/sysdep/linux/krt-scan.c @@ -310,7 +310,7 @@ krt_scan_ifaces_done(struct krt_proto *x) SCANOPT; SCANSTAT; - s->accum_time += p->scan_time; + s->accum_time += ((struct krt_config *) x->p.cf)->ifopt.scan_time; if (p->scan_time && s->accum_time >= p->scan_time) { s->accum_time %= p->scan_time; @@ -322,7 +322,7 @@ krt_scan_ifaces_done(struct krt_proto *x) void krt_scan_preconfig(struct krt_config *c) { - c->scanopt.scan_time = 1; + c->scanopt.scan_time = 60; c->scanopt.learn = 0; } -- cgit v1.2.3