0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-13 22:58:42 +00:00
bird/sysdep/unix
Ondrej Zajicek (work) c0fc3e6718 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-09-18 17:50:45 +02:00
..
config.Y The MRT protocol 2018-09-18 17:50:45 +02:00
endian.h OpenBSD port related changes. 2009-05-11 01:32:49 +02:00
io.c The MRT protocol 2018-09-18 17:50:45 +02:00
krt.c Filter: Allow silent filter execution 2018-01-16 16:20:01 +01:00
krt.h Nest: Fix bug in device proto 2015-11-23 11:13:40 +01:00
krt.Y KRT: Fix trivial error 2016-08-31 14:02:41 +02:00
log.c The MRT protocol 2018-09-18 17:50:45 +02:00
main.c Conf: Show the line:char position where the syntax error happens 2018-09-11 16:58:09 +02:00
Modules Cleanup in sysdep KRT code, part 2. 2012-04-30 22:25:24 +02:00
progdoc Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder on case-insensitive filesystems 2018-04-23 11:29:13 +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
timer.h The MRT protocol 2018-09-18 17:50:45 +02:00
unix.h The MRT protocol 2018-09-18 17:50:45 +02:00