From 980ffedbb04bf3beedf147fc7dfed40cdbf968aa Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 6 Dec 1998 17:40:42 +0000 Subject: Kernel syncer is now configurable. It will probably need some more options, but at least basic tuning is possible now. --- bird.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bird.conf') diff --git a/bird.conf b/bird.conf index 6797aee..80c4f51 100644 --- a/bird.conf +++ b/bird.conf @@ -17,3 +17,9 @@ protocol device { # disabled # interface "-eth*", "*" } + +protocol kernel { +# disabled + learn; # Learn all routes from the kernel + scan time 10; # Scan kernel tables every 10 seconds +} -- cgit v1.2.3