Age | Commit message (Expand) | Author |
2004-02-09 | print networks too | Henning Brauer |
2004-02-09 | drain the list fluffier | Henning Brauer |
2004-02-09 | print more fluff | Henning Brauer |
2004-02-09 | move printing the config to where it belongs | Henning Brauer |
2004-02-07 | send filter rules to the RDE on reloads, help & ok claudio | Henning Brauer |
2004-02-06 | initial cut at the filtering language. | Henning Brauer |
2004-02-03 | defer free()ing the previous peer list until after parsing the config file | Henning Brauer |
2004-01-23 | use log_addr | Henning Brauer |
2004-01-22 | use log_warnx and log_info. reclassify a few messages in the process and fix | Henning Brauer |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-20 | check early wether user _bgpd exists so we can bail out early and nicely | Henning Brauer |
2004-01-17 | Make it possible to announce own networks. In the RDE these prefixes are | Claudio Jeker |
2004-01-17 | allow the interfaces as bgpd sees 'em to be queried via imsgs | Henning Brauer |
2004-01-11 | use bgpd_addr in the nexthop tree; change nexthop_add/_remove accordingly | Henning Brauer |
2004-01-11 | in the nexthop imsgs use struct bgpd_addr for the data part instead of | Henning Brauer |
2004-01-11 | use struct bgpd_addr for nexthop and gateway in struct kroute_nexthop | Henning Brauer |
2004-01-11 | new message IMSG_CTL_SHOW_NEXTHOP: request/send lost of BGP nexthops and | Henning Brauer |
2004-01-11 | The buffer changes produced some fallout in the mrt code. | Claudio Jeker |
2004-01-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer |
2004-01-09 | get us a stateful imsg relaying framework, and the first receiver, | Henning Brauer |
2004-01-08 | rename a few functions to further clarify things | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | Big overhaul of the mrt code. | Claudio Jeker |
2004-01-05 | correctly handle SIGCHLD. | Henning Brauer |
2004-01-05 | waitpid's return is a pid_t | Henning Brauer |
2004-01-05 | allow fib couple/decouple based on an imsg received on the control socket | Henning Brauer |
2004-01-04 | -new imsg CTL_RELOAD | Henning Brauer |
2004-01-03 | move some session specific stuff to session.h and make the few files | Henning Brauer |
2004-01-03 | decouple the peer list from bgpd_config. | Henning Brauer |
2004-01-03 | change imsg_read semantics so that the number of bytes read is returned. | Henning Brauer |
2004-01-01 | listen on a AF_LOCAL socket for imsgs too. | Henning Brauer |
2004-01-01 | now that imsg_get uses bigger buffers, one read call can put more than one | Henning Brauer |
2003-12-30 | correctly free after buf_add/_close errs. | Henning Brauer |
2003-12-30 | missing free()s in error cases that (now) lead to program termination | Henning Brauer |
2003-12-27 | move the fib couple/decouple to the config merge where it belongs | Henning Brauer |
2003-12-27 | keep a copy of the fd locally instead of passing it around all time | Henning Brauer |
2003-12-27 | on reconfigure, check wether the "no fib-update" statement presence/absence | Henning Brauer |
2003-12-27 | implement "no fib-update" much cooler | Henning Brauer |
2003-12-26 | erm, oups, well, put back rde_pid and io_pid assignments that got lost | Henning Brauer |
2003-12-26 | fix logging in send_nexthop_update | Henning Brauer |
2003-12-26 | let imsg_get and imsg_compose not fatal() but return errors upstream. | Henning Brauer |
2003-12-26 | when this project started and i added the fatal() function, I made it take | Henning Brauer |
2003-12-26 | by making kroute_dispatch_msg() and kroute_nexthop_add() return int instead | Henning Brauer |
2003-12-26 | overhaul error handling | Henning Brauer |
2003-12-26 | handle kroute_init failures nicer | Henning Brauer |
2003-12-26 | improve log message | Henning Brauer |
2003-12-26 | log nexthop status changes | Henning Brauer |
2003-12-26 | handle IMSG_NEXTHOP_DELETE as well | Henning Brauer |
2003-12-26 | kroute_nexthop_check -> kroute_nexthop_add | Henning Brauer |
2003-12-26 | finally marry rde and kroute parts of the nexthop verification: | Henning Brauer |