mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Default tick = 1. The today's CPU is fast enough.
This commit is contained in:
parent
35fdf4b6a2
commit
62eee82321
@ -1008,6 +1008,7 @@ on nonbroadcast networks.
|
|||||||
<code>
|
<code>
|
||||||
protocol ospf <name> {
|
protocol ospf <name> {
|
||||||
rfc1583compat <switch>;
|
rfc1583compat <switch>;
|
||||||
|
tick <num>;
|
||||||
area <id> {
|
area <id> {
|
||||||
stub cost <num>;
|
stub cost <num>;
|
||||||
tick <num>;
|
tick <num>;
|
||||||
@ -1076,9 +1077,10 @@ protocol ospf <name> {
|
|||||||
Default value is no. (Area is not stub.)
|
Default value is no. (Area is not stub.)
|
||||||
|
|
||||||
<tag>tick <M>num</M></tag>
|
<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
|
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>
|
<tag>networks { <m/set/ }</tag>
|
||||||
Definition of area IP ranges. This is used in summary lsa origination.
|
Definition of area IP ranges. This is used in summary lsa origination.
|
||||||
|
@ -51,8 +51,8 @@
|
|||||||
#define MINLSARRIVAL 1
|
#define MINLSARRIVAL 1
|
||||||
#define LSINFINITY 0xffffff
|
#define LSINFINITY 0xffffff
|
||||||
|
|
||||||
#define DEFAULT_OSPFTICK 5
|
#define DEFAULT_OSPFTICK 1
|
||||||
#define DEFAULT_AREATICK 4
|
#define DEFAULT_AREATICK 1
|
||||||
#define DEFAULT_RFC1583 1 /* compatibility with rfc1583 */
|
#define DEFAULT_RFC1583 1 /* compatibility with rfc1583 */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user