Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-22 | BGP: Support for MPLS labels and VPN SAFI | Ondrej Zajicek (work) | |
Basic support for SAFI 4 and 128 (MPLS labeled IP and VPN) for IPv4 and IPv6. Should work for route reflector, but does not properly handle originating routes with next hop self. Based on patches from Jan Matejka. | |||
2016-12-07 | BGP redesign | Ondrej Zajicek (work) | |
Integrated and extensible BGP with generalized AFI handling, support for IPv4+IPv6 AFI and unicast+multicast SAFI. | |||
2016-05-10 | Build system reworked to one global Makefile with includes and no nesting | Jan Moskyto Matejka | |
Also removed the lib-dir merging with sysdep. Updated #include's accordingly. Fixed make doc on recent Debian together with moving generated doc into objdir. Moved Makefile.in into root dir Retired all.o and birdlib.a Linking the final binaries directly from all the .o files. | |||
2015-12-21 | Follow-up work on integration | Ondrej Zajicek (work) | |
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 | |