0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-19 02:18:43 +00:00
bird/proto/bgp
Pavel Tvrdík 11fabd2d6b Integrate MRT Table Dump (RFC 6396) into BIRD
Asynchronous periodic mrt table dumps of routes configuration in bird.conf:
mrtdump routes {
  [ filename "<format>"; ]
  [ table <name>|"<wildcard name>"; ]
  [ period <num>; ]
  [ filter <filter>|where <condition>; ]
}

Synchronous mrt table dumps of routes in BIRD client:
mrtdump routes [table <name>|"<wildcard name>"] [to "<filename format>"] [filter <filter>|where <condition>]
2015-07-28 17:19:04 +02:00
..
attrs.c unsigned [int] -> uint 2015-05-19 08:53:34 +02:00
bgp.c Integrate MRT Table Dump (RFC 6396) into BIRD 2015-07-28 17:19:04 +02:00
bgp.h Integrate MRT Table Dump (RFC 6396) into BIRD 2015-07-28 17:19:04 +02:00
config.Y Rename BGP option 'start delay' to 'connect delay' 2015-02-22 17:21:54 +01:00
Doc BGP documented. 2000-06-04 17:06:18 +00:00
Makefile Integrate MRT Table Dump (RFC 6396) into BIRD 2015-07-28 17:19:04 +02:00
mrt.c Integrate MRT Table Dump (RFC 6396) into BIRD 2015-07-28 17:19:04 +02:00
mrt.h Integrate MRT Table Dump (RFC 6396) into BIRD 2015-07-28 17:19:04 +02:00
packets.c Integrate MRT Table Dump (RFC 6396) into BIRD 2015-07-28 17:19:04 +02:00