bird/proto/bgp
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
..
attrs.c The MRT protocol 2018-11-20 17:45:35 +01:00
bgp.c The MRT protocol 2018-11-20 17:45:35 +01:00
bgp.h The MRT protocol 2018-11-20 17:45:35 +01:00
config.Y BGP: Long-lived graceful restart 2018-07-31 18:40:38 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
packets.c The MRT protocol 2018-11-20 17:45:35 +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