Age | Commit message (Expand) | Author |
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 |
2005-11-30 | No need to filter incoming withdraws just try to remove everything form the | Claudio Jeker |
2005-11-29 | Add a flags field to struct prefix which will be used shortly. Remove the peer | Claudio Jeker |
2005-11-29 | even more spaces and tabs. | Claudio Jeker |
2005-11-29 | superfluous ; OK henning@ | Claudio Jeker |
2005-11-02 | Mark some additional function arguments as const. | Claudio Jeker |
2005-11-02 | Reorder and comment reconfigure(). Makes more sense so. | Claudio Jeker |
2005-11-02 | Use the new rde_filter_equal() with dir = DIR_OUT to check if a soft- | Claudio Jeker |
2005-11-02 | Implement filterset_equal() and rde_filter_equal(). Both return 1 if | Claudio Jeker |
2005-11-01 | Sort filter_set with equal type as well. This affects community | Claudio Jeker |
2005-11-01 | Relative metrics should be stored in relative and not metric. The one | Claudio Jeker |
2005-11-01 | Make sure, that the list of filter_sets is ordered. Makes comparing easier. | Claudio Jeker |
2005-11-01 | Softreconfig out support. On config reload filter changes of outgoing rules | Claudio Jeker |
2005-11-01 | Major cleanup in rde_update.c. Merge equal code used in different places | Claudio Jeker |
2005-11-01 | Switch from the per peer filter set list to a filter-only solution. | Claudio Jeker |
2005-10-31 | Missing space in printf for unknown peers. | Claudio Jeker |
2005-10-31 | Print group names in rules in double quotes. Makes the output more parsable. | Claudio Jeker |
2005-10-19 | for "bgpctl neighbor foo up/down/clear", make bgpctl not exit after sending | Henning Brauer |
2005-10-19 | tsc tsc tsc, tabs are not always holy | Henning Brauer |
2005-10-19 | new keyword "down" in neighbor spec, when givenm, the session is not | Henning Brauer |
2005-10-19 | on "bgpctl neighbor foo clear", we used to send a STOP event immediately | Henning Brauer |