Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-18 | The MRT protocol | Ondrej Zajicek (work) | |
The new MRT protocol is responsible for periodic RIB table dumps in the MRT format (RFC 6396). Also the existing code for BGP4MP MRT dumps is refactored and splitted between BGP to MRT protocols, will be more integrated into MRT in the future. Example: protocol mrt { table "*"; filename "%N_%F_%T.mrt"; period 60; } It is partially based on the old MRT code from Pavel Tvrdik. | |||
2015-11-24 | Some consts for function arguments | Ondrej Zajicek (work) | |
Patch from Pavel Tvrdik | |||
2015-11-13 | Add get_u64() and put_u64() into lib/unaligned.h | Pavel TvrdĂk | |
2000-03-31 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares | |
and other non-portable functions on all systems. | |||
2000-03-21 | Wrote real version of unaligned data access functions (needed for BGP). | Martin Mares | |
1998-05-26 | Added generic functions for unaligned data access. | Martin Mares | |
1998-04-22 | First look at data structures. More to come tomorrow... | Martin Mares | |