Pavel Tvrdík
cc4eee6297
MRT Table Dump: draft-petrie-grow-mrt-add-paths
...
Add support for MRT Table Dump draft-petrie-grow-mrt-add-paths
2016-01-06 14:51:52 +01:00
Pavel Tvrdík
bd5d7e28ab
MRT Table Dump: Fix size of AS_PATH in BGP Attributes
...
All AS numbers in the AS_PATH attribute in RIB Entries MUST be encoded as 4-byte AS numbers.
-- RFC 6396
Thanks to Colin Petrie for noticing us about this bug in BIRD!
2016-01-06 13:46:28 +01:00
Pavel Tvrdík
45d8f0f0be
MRT Table Dump: Skip empty RIB Tables
2015-07-28 18:18:00 +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