1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Kernel syncer is now configurable. It will probably need some more

options, but at least basic tuning is possible now.
This commit is contained in:
Martin Mares
1998-12-06 17:40:42 +00:00
parent 0846203e89
commit 980ffedbb0
10 changed files with 89 additions and 7 deletions

View File

@@ -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
}