summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde_prefix.c
AgeCommit message (Expand)Author
2010-03-26pt_add() is not allowed to fail, caller expects this behaviour.Claudio Jeker
2010-01-13Add support for BGP MPLS VPN aka RFC 4364. This is only the RDE part soClaudio Jeker
2009-12-01Use an artificial address family id in struct bgpd_addr and almost everywhereClaudio Jeker
2009-05-30Only use a single tree for all address families. There is no need for multipleClaudio Jeker
2009-05-17Rework most of the RDE to allow multiple RIBs. This is mostly preparationClaudio Jeker
2009-04-26Unused defines from a time long long ago.Claudio Jeker
2009-04-19Correct function name in log_warnx().Claudio Jeker
2007-05-11Various spelling fixes from Stuart Henderson.Claudio Jeker
2007-02-22KNFHenning Brauer
2007-01-26Massiv rework of the control imsg flow. Main changes:Claudio Jeker
2006-01-03Track some (memory) statistics in the RDE. Accessible via bgpctl.Claudio Jeker
2004-11-11Don't hardcode the prefix table to the IPv4 one, especially if there isClaudio Jeker
2004-08-05comapring -> comparing noticed by brad@.Claudio Jeker
2004-08-05Get rid of some statistics stuff that is no longer needed but helped in theClaudio Jeker
2004-08-05Cleanup aspath specific functions and api. Mainly switch to a refcnt basedClaudio Jeker
2004-08-03Cleanup and remove some ENSURE. OK henning@Claudio Jeker
2004-07-05fix a few KNF falloutsHenning Brauer
2004-06-22Cleanup. jajaja henning@Claudio Jeker
2004-06-22Make the RDE IPv6 ready missing is the message handling. The internalClaudio Jeker
2004-03-11KNFHenning Brauer
2004-03-11Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@Claudio Jeker
2004-03-02Framework for rib lookups by prefix. OK henning@Claudio Jeker
2004-02-09replace a bunch of u_long by u_int32_tHenning Brauer
2004-01-17KNFHenning Brauer
2004-01-16missing #includeHenning Brauer
2004-01-11Move all struct in_addr to either struct bgpd_addr or in_addr_t whicheverClaudio Jeker
2004-01-062004 OK henning@Claudio Jeker
2003-12-26when this project started and i added the fatal() function, I made it takeHenning Brauer
2003-12-24typos in comments, from jaredHenning Brauer
2003-12-21overhaul the write buffering code.Henning Brauer
2003-12-19knfTheo de Raadt
2003-12-17welcome, bgpdHenning Brauer