summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde_decide.c
AgeCommit message (Expand)Author
2004-01-11Move all struct in_addr to either struct bgpd_addr or in_addr_t whicheverClaudio Jeker
2004-01-11KNFHenning Brauer
2004-01-10Implement as path prepends. At least one prepend is needed for ebgpClaudio Jeker
2004-01-10RDE update generation. First we queue all updates and withdraws on a perClaudio Jeker
2004-01-07Make sure that kroute updates for the FIB are only sent if there is aClaudio Jeker
2004-01-062004 OK henning@Claudio Jeker
2004-01-062004Henning Brauer
2004-01-05fix commentsClaudio Jeker
2003-12-26"when you try to be very smart, something breaks horribly"Henning Brauer
2003-12-26o the aspath->state checks should be != NEXTHOP_REACH, not == NEXTHOP_UNREACHHenning Brauer
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-23In case of exit the RDE need to tell the parent to remove all still activeClaudio Jeker
2003-12-23Send updates to the main process so they can be added to the kernelClaudio Jeker
2003-12-17welcome, bgpdHenning Brauer