From cf31112f0d7618464097f71228f84bd534f1bc0f Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 3 Jan 2010 12:17:52 +0100 Subject: Implements MRTdump feature. --- doc/bird.sgml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/bird.sgml b/doc/bird.sgml index 53d87b6..0eb476d 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -238,6 +238,14 @@ protocol rip { logging of connects and disconnects, 2 and higher for logging of all client commands). Default: 0. + mrtdump " + Set MRTdump file name. This option must be specified to allow MRTdump feature. + Default: no dump file. + + mrtdump protocols all|off|{ states, messages } + Set global defaults of MRTdump options. See filter Define a filter. You can learn more about filters in the following chapter. @@ -301,8 +309,22 @@ to zero to disable it. An empty is equivalent to router id This option can be used to override global - router id for a given protocol. Default: uses global router id. + mrtdump all|off|{ states, messages } + + Set protocol MRTdump flags. MRTdump is a standard binary + format for logging information from routing protocols and + daemons. These flags control what kind of information is + logged from the protocol to the MRTdump file (which must be + specified by global router id This option can be used + to override global router id for a given protocol. Default: + uses global router id. import all | none | filter Specify a filter to be used for filtering routes coming from the protocol to the routing table.