Age | Commit message (Expand) | Author |
2006-01-24 | Finally start using the Adj-RIB-In. The most complex part is the modification | Claudio Jeker |
2006-01-24 | It is possible that a prefix is part of two RIBs in that case prefix_remove() | Claudio Jeker |
2006-01-24 | KNF | Henning Brauer |
2006-01-20 | Proactively fix prefix counters. Currently only F_LOCAL prefixes exist but | Claudio Jeker |
2006-01-20 | Pass flags to prefix_move() so that a prefix that has both F_ORIGINAL and | Claudio Jeker |
2006-01-14 | Small step in supporting the Adj-RIB-In additionaly to the Local-RIB. | Claudio Jeker |
2006-01-12 | Copy AS path in rde_filter() on demand instead of doing it before calling | Claudio Jeker |
2006-01-09 | Ups. Inverse logic. | Claudio Jeker |
2006-01-05 | Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() and | Claudio Jeker |
2006-01-05 | Cache optional BGP attributes (mostly communities) and use a simple | Claudio Jeker |
2006-01-04 | Fix a mem leak of the unusual kind. In some cases a new aspath was added | Claudio Jeker |
2006-01-03 | Track some (memory) statistics in the RDE. Accessible via bgpctl. | Claudio Jeker |
2005-12-30 | Use sys/hash.h instead of own built functions that work similar. | Claudio Jeker |
2005-11-29 | Add a flags field to struct prefix which will be used shortly. Remove the peer | Claudio Jeker |
2005-07-29 | Add another piece to the IPv6 puzzle. This time code to generate MP updates. | Claudio Jeker |
2005-07-01 | Make the pftable filter set use the name2id "cache" like the route labels. | Claudio Jeker |
2005-06-29 | rtlabel support via filter sets. Just use "set rtlabel foobar" in filters | Claudio Jeker |
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker |
2005-03-26 | Move the path_empty()/path_destroy() check out of the inner for-loop. | Claudio Jeker |
2005-03-11 | Finally commit the transparent-as and nexthop no-modify stuff I wrote on the | Claudio Jeker |
2004-11-23 | Switch from a single filter_set to a linked list of sets. With this change | Claudio Jeker |
2004-11-19 | Only unlink and link the asp in nexthop_modify if the asp is linked. | Claudio Jeker |
2004-11-10 | prefix_write() works also for IPv6. OK henning@ | Claudio Jeker |
2004-11-10 | Remove no longer needed code. OK henning@ | Claudio Jeker |
2004-08-17 | Always update prefix timestamp even if nothing has changed. Without this | Claudio Jeker |
2004-08-13 | Fix minor issues with IPv6 dumps and add a function for dumping the RIB table | Claudio Jeker |
2004-08-12 | Just ignore RFC2545 and the silly idea of using link local addresses as | Claudio Jeker |
2004-08-10 | switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr | Claudio Jeker |
2004-08-06 | Monster diff to get one step closer to IPv6 support. | Claudio Jeker |
2004-08-05 | Get rid of some statistics stuff that is no longer needed but helped in the | Claudio Jeker |
2004-08-05 | Cleanup aspath specific functions and api. Mainly switch to a refcnt based | Claudio Jeker |
2004-08-05 | struct prefix has a pointer to the peer so use it everywhere directly instead | Claudio Jeker |
2004-08-05 | rename and move prefix_equal() to prefix_compare() which returns -1, 0, 1 | Claudio Jeker |
2004-07-05 | fix a few KNF fallouts | Henning Brauer |
2004-06-22 | Cleanup. jajaja henning@ | Claudio Jeker |
2004-06-22 | Make the RDE IPv6 ready missing is the message handling. The internal | Claudio Jeker |
2004-06-22 | introduce kroute6, which will be used to build a seperate v6 table | Henning Brauer |
2004-05-08 | KNF | Henning Brauer |
2004-05-07 | add a filter option to dump prefixes learned in UPDATEs into a PF table, | Damien Miller |
2004-04-30 | remove MAX_PREFIX_PER_AS debug gunk, claudio djm ok | Henning Brauer |
2004-04-28 | Pointer that are used later in the code should be initalized. Fixes a crash | Claudio Jeker |
2004-03-11 | Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@ | Claudio Jeker |
2004-03-05 | Plug some memory leaks in rde. Based on a patch by Patrick Latifi. | 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-27 | Cleanup no functional changes. OK henning@ | Claudio Jeker |
2004-02-27 | It is possible to end up in prefix_add with a prefix that needs to be moved. | Claudio Jeker |
2004-02-26 | show rib infrastructure. At least full dumps and per as dumps. Per prefix | Claudio Jeker |
2004-02-19 | Add support for basic filters. Nothing optimized and it has some issues but | Claudio Jeker |
2004-02-19 | Make the code more portable. Add some missing header files and make the use | Claudio Jeker |