From 45090fecd97c97cceb677257c6e8c26044065d13 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Feb 1999 22:02:21 +0000 Subject: Synced example config with new options. --- doc/bird.conf.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/bird.conf.example') 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 { -- cgit v1.2.3