History | View | Annotate | Download (1.51 KB)
BGP redesign
Integrated and extensible BGP with generalized AFI handling,support for IPv4+IPv6 AFI and unicast+multicast SAFI.
Build system reworked to one global Makefile with includes and no nesting
Also removed the lib-dir merging with sysdep. Updated #include'saccordingly.
Fixed make doc on recent Debian together with moving generated doc intoobjdir.
Moved Makefile.in into root dir...
Follow-up work on integration
Some consts for function arguments
Patch from Pavel Tvrdik
Add get_u64() and put_u64() into lib/unaligned.h
Include "lib/string.h" instead of <string.h>. It should give us bzero()and other non-portable functions on all systems.
Wrote real version of unaligned data access functions (needed for BGP).
Added generic functions for unaligned data access.
First look at data structures. More to come tomorrow...