Age | Commit message (Expand) | Author |
2006-01-24 | Update comment to match reality. | Claudio Jeker |
2006-01-14 | Small step in supporting the Adj-RIB-In additionaly to the Local-RIB. | Claudio Jeker |
2006-01-13 | Simplify evaluation process. Instead of checking the reachability of a prefix | Claudio Jeker |
2006-01-04 | If the decision process is turned of but a prefix is still active decrease the | Claudio Jeker |
2005-11-29 | Add a flags field to struct prefix which will be used shortly. Remove the peer | Claudio Jeker |
2005-08-09 | Introduce new route decision tunable "rde med compare (always|strict)". | Claudio Jeker |
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker |
2004-11-11 | New config statement "rde route-age [evaluate|ignore]". If set to evaluate | Claudio Jeker |
2004-09-16 | minor KNF | Henning Brauer |
2004-08-06 | Monster diff to get one step closer to IPv6 support. | Claudio Jeker |
2004-08-05 | Cleanup aspath specific functions and api. Mainly switch to a refcnt based | Claudio Jeker |
2004-07-28 | Prefer the path with the lowest multi-exit discriminator (MED) not the biggest. | Claudio Jeker |
2004-06-22 | Cleanup. jajaja henning@ | Claudio Jeker |
2004-04-26 | Cleanup the decision function and take the age of the entry into account. | Claudio Jeker |
2004-03-11 | Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@ | Claudio Jeker |
2004-03-01 | Make it possible to diable the decision process. This is a feature only useful | Claudio Jeker |
2004-02-27 | remove unneded peer pointer in struct prefix and change a in_addr_t to | Claudio Jeker |
2004-02-26 | Clean up comments and replace a if with a ENSURE because NULL nexthops are | Claudio Jeker |
2004-02-26 | Implement "enforce neighbor-as yes|no" which is by default on for ebgp | Claudio Jeker |
2004-02-17 | Make sure that we add the new prefix to the prefix list or bad things will | Claudio Jeker |
2004-02-04 | Move the update generation into a separate file. The update generation has | Claudio Jeker |
2004-02-01 | Set sane default announce types according to the peer type. For IBGP use | Claudio Jeker |
2004-01-27 | use a struct bgpd_addr instead of sockaddr_in for peer_config->local_addr and | Henning Brauer |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer |
2004-01-18 | spacing | Theo de Raadt |
2004-01-17 | Make it possible to announce own networks. In the RDE these prefixes are | Claudio Jeker |
2004-01-13 | KNF | Henning Brauer |
2004-01-13 | Do not redistribute updates to ibgp peers. OK henning@ | Claudio Jeker |
2004-01-13 | Implement a max-prefix and a announce none | self | all neighbor statement. | Claudio Jeker |
2004-01-13 | Dump and send RIB to the neighbor if his session is comming up. | Claudio Jeker |
2004-01-13 | Do not send routes back to sender as per rfc. OK henning@ | Claudio Jeker |
2004-01-12 | Nexthop announcement fixup. There are different rules for ibgp and ebgp. | Claudio Jeker |
2004-01-11 | Move all struct in_addr to either struct bgpd_addr or in_addr_t whichever | Claudio Jeker |
2004-01-11 | KNF | Henning Brauer |
2004-01-10 | Implement as path prepends. At least one prepend is needed for ebgp | Claudio Jeker |
2004-01-10 | RDE update generation. First we queue all updates and withdraws on a per | Claudio Jeker |
2004-01-07 | Make sure that kroute updates for the FIB are only sent if there is a | Claudio Jeker |
2004-01-06 | 2004 OK henning@ | Claudio Jeker |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | fix comments | Claudio Jeker |
2003-12-26 | "when you try to be very smart, something breaks horribly" | Henning Brauer |
2003-12-26 | o the aspath->state checks should be != NEXTHOP_REACH, not == NEXTHOP_UNREACH | Henning Brauer |
2003-12-26 | when this project started and i added the fatal() function, I made it take | Henning Brauer |
2003-12-24 | typos in comments, from jared | Henning Brauer |
2003-12-23 | In case of exit the RDE need to tell the parent to remove all still active | Claudio Jeker |
2003-12-23 | Send updates to the main process so they can be added to the kernel | Claudio Jeker |
2003-12-17 | welcome, bgpd | Henning Brauer |