bird/conf
Ondrej Zajicek (work) 863ecfc785 The MRT protocol
The new MRT protocol is responsible for periodic RIB table dumps in the
MRT format (RFC 6396). Also the existing code for BGP4MP MRT dumps is
refactored and splitted between BGP to MRT protocols, will be more
integrated into MRT in the future.

Example:

protocol mrt {
        table "*";
        filename "%N_%F_%T.mrt";
        period 60;
}

It is partially based on the old MRT code from Pavel Tvrdik.
2018-11-20 17:45:35 +01:00
..
cf-lex.l Conf: Show the line:char position where the syntax error happens 2018-09-11 17:35:13 +02:00
conf.c The MRT protocol 2018-11-20 17:45:35 +01:00
conf.h Conf: Show the line:char position where the syntax error happens 2018-09-11 17:35:13 +02:00
confbase.Y The MRT protocol 2018-11-20 17:45:35 +01:00
flowspec.Y Timers: Revert temporary names and remove old timer.h 2017-12-07 13:54:59 +01:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Fix configure to enable warnings and fix most of them. 2010-02-21 14:34:53 +01:00
gen_parser.m4 Config: Dropping CF_ADDTO. 2018-06-26 14:29:03 +02:00
Makefile Bison: A bit more verbose error messages in config. 2018-08-14 14:36:44 +02:00
progdoc Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems 2018-06-26 17:09:12 +02:00