diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-21 18:43:44 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-21 18:47:43 +0200 |
commit | b1ade5efa1164e42ff62cb0f242774cc9b47886d (patch) | |
tree | 3c7ec96748e1a1f1df056214d2cb21d2538b69c2 /doc | |
parent | f51837ace6bfa357f45c6bb5f573fd61a3f1f039 (diff) |
Fixed the export settle timer to be actually a settle timer
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 54d67e89..9399137c 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -699,6 +699,13 @@ to set options. threshold, the more memory can get used. In most cases, the defaults should work for you. Default: 128, 512. + <tag><label id="rtable-export-settle-time">export settle time <m/time/ <m/time/</tag> + Minimum and maximum settle times, respectively, for export announcements. + When multiple routes are changing, this mechanism waits for the changes + to settle before waking up sleeping export threads but if the changes are coming + steadily, BIRD isn't waiting forever; at most the maximum time. + Default values: <cf/1 ms 100 ms/. You have to always provide both values. + <tag><label id="rtable-debug">debug all|off|{ states|routes|events [, <m/.../] }</tag> Set table debugging options. Each table can write some trace messages into log with category <cf/trace/. You can request <cf/all/ trace messages |