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 |
|
Pavel Tvrdík
|
26b1fd1dc4
|
Add SHA256, SHA224 hash libraries and unit tests
|
2015-04-23 15:19:36 +02:00 |
|
Pavel Tvrdík
|
5245c4dd6d
|
Birdtest: add io_log_event() mockup
|
2015-04-20 16:50:51 +02:00 |
|
Pavel Tvrdík
|
5419d2a3c5
|
Birdtest: Compability bug fixes
Tested on Ubuntu & FreeBSD & NetBSD & OpenBSD
|
2015-04-15 15:42:43 +02:00 |
|
Pavel Tvrdík
|
83131f3fa5
|
Birdtest: Add Event Processing Tests
Add test/birdtest_support.h for provisional hack a build system
|
2015-04-03 12:52:44 +02:00 |
|