From f3b33928ce43794d499dc0e1fbbeb623572042d1 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Tue, 30 May 2000 11:15:19 +0000 Subject: Tried to change garbagetime -> garbage time to be more consistent. --- doc/bird.conf.example | 2 +- doc/bird.sgml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/bird.conf.example b/doc/bird.conf.example index f30ce8d..476d8a8 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -90,7 +90,7 @@ protocol static { # port 1520; # period 7; # infinity 16; -# garbagetime 60; +# garbage time 60; # interface "*" { mode broadcast; }; # honor neighbor; # To whom do we agree to send the routing table # honor always; diff --git a/doc/bird.sgml b/doc/bird.sgml index 58ef2de..c602519 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -811,10 +811,10 @@ other than equally misconfigured BIRD. I warned you. specifies number of seconds between periodic updates. Default is 30 seconds. Lower number will mean faster convergence but bigger network load. - timeouttime number + timeout time number specifies how old route has to be to be considered unreachable. Default is 4*period. - garbagetime number + garbage time number specifies how old route has to be to be discarded. Default is 10*period. -- cgit v1.2.3