0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-26 03:31:54 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Pavel Tvrdík
2d2d8293b7 MRT Table Dump: Bugfix creating filename from fmt
- At *BSD systems a command 'date +%f' returns only 'f' without percent
- Small fixes for *BSD systems
2015-08-03 13:12:32 +02:00
Pavel Tvrdík
0722998578 MRT Table Dump: Bugfix buffer memory reallocation 2015-08-03 13:05:41 +02:00
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
Pavel Tvrdík
de77e5cdd0 Add core support for MRT Table Dump (RFC 6396) 2015-07-28 15:04:03 +02:00