bird/sysdep/unix
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
..
config.Y Unix: Implement log file size limit / log rotation 2018-11-18 14:03:50 +01:00
endian.h OpenBSD port related changes. 2009-05-11 01:32:49 +02:00
io.c Unix: Refactor tracked files 2018-11-18 14:03:50 +01:00
krt.c No more warnings ... 2018-09-18 14:21:11 +02:00
krt.h Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
krt.Y Config: Dropping CF_ADDTO. 2018-06-26 14:29:03 +02:00
log.c The MRT protocol 2018-11-20 17:45:35 +01:00
main.c Conf: Show the line:char position where the syntax error happens 2018-09-11 17:35:13 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01: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
random.c Split random number functions off io.c, so that they can be documented 2000-06-05 11:46:40 +00:00
unix.h Unix: Implement log file size limit / log rotation 2018-11-18 14:03:50 +01:00