diff options
author | Maria Matejka <mq@ucw.cz> | 2023-12-08 08:30:30 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-12-08 08:30:30 +0100 |
commit | 4aac1b259fa94b99427f837564876baa2183ccb1 (patch) | |
tree | a81fa905eb8bd6beec1b9e057b2199b0865b46dc /doc | |
parent | bcf2327425d4dd96f381b87501cccf943bed606e (diff) | |
parent | 54ddf90f6370f06efc71c3ffd6e02d031a86866f (diff) |
Merge commit '54ddf90f'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 8834c1cb..419a4537 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -577,6 +577,11 @@ include "tablename.conf";; See <ref id="channel-debug" name="debug"> in the channel section. Default: off. + <tag><label id="opt-debug-tables">debug tables all|off|{ states|routes|filters|events [, <m/.../] }</tag> + Set global defaults of table debugging options. + See <ref id="table-debug" name="debug"> in the table section. + Default: off. + <tag><label id="opt-debug-commands">debug commands <m/number/</tag> Control logging of client connections (0 for no logging, 1 for logging of connects and disconnects, 2 and higher for logging of all client @@ -718,6 +723,12 @@ that implicit tables (<cf/master4/ and <cf/master6/) can be redefined in order to set options. <descrip> + <tag><label id="table-debug">debug all|off|{ states|routes|filters [, <m/.../] }</tag> + Set table debugging options. Like in <ref id="proto-debug" + name="protocol debugging">, tables are capable of writing trace + messages about its work to the log (with category <cf/trace/). + For now, this does nothing, but in version 3, it is used. Default: off. + <tag><label id="rtable-sorted">sorted <m/switch/</tag> Usually, a routing table just chooses the selected (best) route from a list of routes for each network, while keeping remaining routes unsorted. |