diff options
author | Martin Mares <mj@ucw.cz> | 1998-12-06 17:40:42 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-12-06 17:40:42 +0000 |
commit | 980ffedbb04bf3beedf147fc7dfed40cdbf968aa (patch) | |
tree | 075cadebb6c03fe359f77f51dc11d5e06d66f95f /bird.conf | |
parent | 0846203e896d8ab009217968e391b5e13ea3c4c6 (diff) |
Kernel syncer is now configurable. It will probably need some more
options, but at least basic tuning is possible now.
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 +} |