summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-02-13 23:02:21 +0100
committerMartin Mares <mj@ucw.cz>1999-02-13 23:02:21 +0100
commit45090fecd97c97cceb677257c6e8c26044065d13 (patch)
tree01afa5cecf574a072def7d00da3832e19642b0db /doc
parentd88e99a92ae688cc7f6534af4c2555fe6f6709f6 (diff)
downloadbird-45090fecd97c97cceb677257c6e8c26044065d13.tar
bird-45090fecd97c97cceb677257c6e8c26044065d13.zip
Synced example config with new options.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example
index 5e42799..15fd844 100644
--- a/doc/bird.conf.example
+++ b/doc/bird.conf.example
@@ -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 {