Synced example config with new options.

This commit is contained in:
Martin Mares 1999-02-13 22:02:21 +00:00
parent d88e99a92a
commit 45090fecd9

View file

@ -20,9 +20,10 @@ protocol device {
protocol kernel {
# disabled
# learn; # Learn all routes from the kernel
scan time 10; # Scan kernel tables every 10 seconds
# route scan time 20; # But routes only every 20 seconds
# learn # Learn all routes from the kernel
persist # Don't remove routes on bird shutdown
scan time 10 # Scan kernel tables every 10 seconds
route scan time 20 # But routes only every 20 seconds
}
protocol static {