]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Synced example config with new options.
authorMartin Mares <mj@ucw.cz>
Sat, 13 Feb 1999 22:02:21 +0000 (22:02 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 13 Feb 1999 22:02:21 +0000 (22:02 +0000)
doc/bird.conf.example

index 5e427992e1feea743cfc50f21e6efbc800c88252..15fd84492f059d6f699ef4640cdcc65ffd654b6c 100644 (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 {