0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 18:08:45 +00:00
bird/test
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
..
birdtest_support.h Integrate MRT Table Dump (RFC 6396) into BIRD 2015-07-28 17:19:04 +02:00
birdtest.c Birdtest: Compability bug fixes 2015-04-15 15:42:43 +02:00
birdtest.h unsigned [int] -> uint 2015-05-19 08:53:34 +02:00