Age | Commit message (Expand) | Author |
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 |
2005-10-19 | only allow connects in IDLE when the ConnectRetryTimer is running, aka | Henning Brauer |
2005-10-13 | Simplify poll loop as well. "grrr, OK" henning@ | Claudio Jeker |
2005-10-13 | Simplify poll loop, there is no need for nfds tracking. While there kill | Claudio Jeker |
2005-09-21 | Make sure that "updates" with only MP withdraws (MP_UNREACH_NRLI) stop | Claudio Jeker |
2005-09-21 | when the route to a nexthop is a reject or blackhole route, the nexthop | Henning Brauer |
2005-09-20 | allow "show rib" to be limited to an address family too | Henning Brauer |
2005-09-20 | let "bgpctl network show" print v6 addresses correctly | Henning Brauer |
2005-09-19 | implement fast reconnects | Henning Brauer |
2005-09-19 | KNF | Henning Brauer |
2005-09-08 | fix reloads where capbilities change | Henning Brauer |
2005-08-11 | two missing EINTR here too | Henning Brauer |
2005-08-10 | - comapared -> compared | Jason McIntyre |
2005-08-10 | Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know | Claudio Jeker |
2005-08-09 | Introduce new route decision tunable "rde med compare (always|strict)". | Claudio Jeker |
2005-07-29 | Debugging session at WTH. Fix many bugs in the IPv6 support -- some copy paste | Claudio Jeker |
2005-07-29 | Add another piece to the IPv6 puzzle. This time code to generate MP updates. | Claudio Jeker |
2005-07-28 | document the v4/v6 safi control buttons | Henning Brauer |
2005-07-28 | print the v4/v6 safi announce stuff, from wth | Henning Brauer |