bird/proto
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
..
babel Lib: Add and use ev_new_init() 2018-10-01 15:55:23 +02:00
bfd No more warnings ... 2018-09-18 14:21:11 +02:00
bgp The MRT protocol 2018-11-20 17:45:35 +01:00
mrt The MRT protocol 2018-11-20 17:45:35 +01:00
ospf OSPF: Fix some trace messages 2018-10-25 17:22:37 +02:00
pipe BGP: Long-lived graceful restart 2018-07-31 18:40:38 +02:00
radv No more warnings ... 2018-09-18 14:21:11 +02:00
rip No more warnings ... 2018-09-18 14:21:11 +02:00
rpki Config: Dropping CF_ADDTO. 2018-06-26 14:29:03 +02:00
static Lib: Add and use ev_new_init() 2018-10-01 15:55:23 +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