diff options
author | Ondrej Filip <feela@network.cz> | 2004-07-13 23:27:33 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-07-13 23:27:33 +0200 |
commit | 62eee82321a9a0451eea9b41a478444ceb87ecb0 (patch) | |
tree | ed271d4fd1fb17d4ef10480d17d33ffc641d0648 /doc | |
parent | 35fdf4b6a2c3d8ad11be3a7d2525d653237fa3bf (diff) | |
download | bird-62eee82321a9a0451eea9b41a478444ceb87ecb0.tar bird-62eee82321a9a0451eea9b41a478444ceb87ecb0.zip |
Default tick = 1. The today's CPU is fast enough.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index a25d8b7..f81b232 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1008,6 +1008,7 @@ on nonbroadcast networks. <code> protocol ospf <name> { rfc1583compat <switch>; + tick <num>; area <id> { stub cost <num>; tick <num>; @@ -1076,9 +1077,10 @@ protocol ospf <name> { Default value is no. (Area is not stub.) <tag>tick <M>num</M></tag> - The routing table calculation is not performed when a single link state + The routing table calculation of clean-up in areas' databases + is not performed when a single link state change arrives. To lower the CPU utilization, it's processed later - at periodical intervals of <m/num/ seconds. The default value is 7. + at periodical intervals of <m/num/ seconds. The default value is 1. <tag>networks { <m/set/ }</tag> Definition of area IP ranges. This is used in summary lsa origination. |