Age | Commit message (Expand) | Author |
2006-01-24 | add -r to synopsis, and tweak its description a little; | Jason McIntyre |
2006-01-24 | introduce "bgpctl show summary terse", shows summary in an easy to parse | Henning Brauer |
2006-01-24 | bgpd does not and will never support route flap damping as defined in the | Claudio Jeker |
2006-01-24 | Last bits for softreconfig in support. Now bgpd will automaticaly rei-filter | Claudio Jeker |
2006-01-24 | Functions in the poll() loop should only be moved around if there are no | Claudio Jeker |
2006-01-24 | Check if filter changed on a per peer basis. This should speed up the | Claudio Jeker |
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 | Update comment to match reality. | Claudio Jeker |
2006-01-24 | document -r | Henning Brauer |
2006-01-24 | missing space in error message, and make it slightly betterer while there | Henning Brauer |
2006-01-24 | KNF | Henning Brauer |
2006-01-24 | zap now unused var | Henning Brauer |
2006-01-24 | introduce a second control socket, which is restricted to certain messages, | 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-20 | No need to calloc() others if others_len is 0. The 0 malloc() does not hurt | Claudio Jeker |
2006-01-20 | Doh. > not < and attr_compare() starts to work correctly. OK henning@ | Claudio Jeker |
2006-01-20 | Don't leak a aspath in network_add(). path_update() copies the aspath so | 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-12 | Copy AS path in rde_filter() on demand instead of doing it before calling | Claudio Jeker |
2006-01-10 | The attributes cache broke the set community filterset because community_set() | Claudio Jeker |
2006-01-10 | In attr_diff() compare the attributes flags too. They may be different and | Claudio Jeker |
2006-01-09 | Ups. Inverse logic. | Claudio Jeker |
2006-01-07 | Add COMMUNITY_NO_PEER to the list of known wellknown communities else it | 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-04 | Simplify shutdown function and sprinkle some rde_quit checks into functions | Claudio Jeker |
2006-01-04 | If the decision process is turned of but a prefix is still active decrease the | Claudio Jeker |
2006-01-04 | Correctly count the number of allocated BGP attributes. Needs a own counter. | Claudio Jeker |
2006-01-03 | Track some (memory) statistics in the RDE. Accessible via bgpctl. | Claudio Jeker |
2006-01-03 | Move functions shared with bgpctl into new file util.c. Simplifies the | Claudio Jeker |
2006-01-03 | Plug some mem leaks. | Claudio Jeker |
2006-01-03 | Kill WFLAG macro. Should have been included in the rde_attr_parse() merge. | Claudio Jeker |
2006-01-03 | Move the signal handler flags check between the poll() call and the poll | Claudio Jeker |
2006-01-03 | No need to check the poll fds in case of EINTR. OK dlg@ | Claudio Jeker |
2005-12-30 | There is no attr_mp_nexthop() function, remove the prototype. | Claudio Jeker |
2005-12-30 | Remove unused attr_optlen() | Claudio Jeker |
2005-12-30 | Use sys/hash.h instead of own built functions that work similar. | Claudio Jeker |
2005-12-30 | Merge rde_attr_error() into rde_attr_parse() it is no longer necessary to | Claudio Jeker |
2005-12-24 | bzero the pfd array before setting it up and calling poll because on error | Claudio Jeker |
2005-12-24 | Don't use bzero(&pfd, sizeof(pfd)); pfd is an array so bzero(pfd, sizeof(pfd)); | Claudio Jeker |
2005-12-19 | Better English in comment. | Claudio Jeker |
2005-12-14 | Replace strlcpy() with memcpy() in the sockaddr_dl handling. sdl_data is | Claudio Jeker |
2005-12-09 | Unkown attributes need to be optional, if not issue a "unknown wellknown | Claudio Jeker |
2005-12-08 | Missing #include <limits.h> | Claudio Jeker |
2005-12-08 | Missing ntohs() in error path. Found via regress test. | Claudio Jeker |
2005-12-08 | When parsing open messages enforce that the optional parameter length is | Claudio Jeker |