Synced example config with new options.
This commit is contained in:
parent
d88e99a92a
commit
45090fecd9
1 changed files with 4 additions and 3 deletions
|
@ -20,9 +20,10 @@ protocol device {
|
||||||
|
|
||||||
protocol kernel {
|
protocol kernel {
|
||||||
# disabled
|
# disabled
|
||||||
# learn; # Learn all routes from the kernel
|
# learn # Learn all routes from the kernel
|
||||||
scan time 10; # Scan kernel tables every 10 seconds
|
persist # Don't remove routes on bird shutdown
|
||||||
# route scan time 20; # But routes only every 20 seconds
|
scan time 10 # Scan kernel tables every 10 seconds
|
||||||
|
route scan time 20 # But routes only every 20 seconds
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol static {
|
protocol static {
|
||||||
|
|
Loading…
Reference in a new issue