Age | Commit message (Expand) | Author |
2004-01-22 | s/log_err/log_warn/ | Henning Brauer |
2004-01-22 | an RTM_IFINFO message can mean a lot. it does not necessarily mean that | Henning Brauer |
2004-01-18 | track interface type and baudrate as well | Henning Brauer |
2004-01-17 | keep track of interface link state and invalidate connected routes depending | Henning Brauer |
2004-01-17 | Make it possible to announce own networks. In the RDE these prefixes are | Claudio Jeker |
2004-01-17 | keep & track interface names as well, not only indices | Henning Brauer |
2004-01-17 | allow the interfaces as bgpd sees 'em to be queried via imsgs | Henning Brauer |
2004-01-13 | Implement a max-prefix and a announce none | self | all neighbor statement. | Claudio Jeker |
2004-01-13 | Better update error handling. Ensure that the session goes down and | Claudio Jeker |
2004-01-11 | use bgpd_addr in the nexthop tree; change nexthop_add/_remove accordingly | Henning Brauer |
2004-01-11 | Add to the IMSG_SESSION_UP message the local and remote address of the | Claudio Jeker |
2004-01-11 | when sending the nexthop status message, include the kroute that makes that | 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-09 | for IMSG_CTL_KROUTEs allow matching based on flags, | Henning Brauer |
2004-01-09 | flag kernel routes whch are not conencted routes as static routes. | 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 | two new imsg types, IMSG_CTL_NEIGHBOR_UP and _DOWN, on their receival on the | Henning Brauer |
2004-01-06 | allow holdtime and holdtime min to be configuered per peer | Henning Brauer |
2004-01-06 | 2004 | Henning Brauer |
2004-01-05 | Big overhaul of the mrt code. | Claudio Jeker |
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-04 | allow "show neighbor" to be limited to one specific neighbor | 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 | send an imsg as list end indicator | Henning Brauer |
2004-01-02 | move the socket name #define to bgpd.h and get rid of bgpdctl* | 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-28 | redo the imsg readers to use bigger buffers and less read(2)s. should increase | Henning Brauer |
2003-12-27 | keep a copy of the fd locally instead of passing it around all time | Henning Brauer |
2003-12-27 | provide kroute_fib_couple and _decouple, pumping all bgp routes from the | Henning Brauer |
2003-12-27 | implement "no fib-update" much cooler | Henning Brauer |
2003-12-26 | add option 'log updates' to log updates. ok henning@ | Jakob Schlyter |
2003-12-26 | constify; ok henning@ | Jakob Schlyter |
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 | provide a real log_err | Henning Brauer |
2003-12-26 | log_err -> log_peer_err | Henning Brauer |
2003-12-26 | log nexthop status changes | Henning Brauer |
2003-12-26 | + log_ntoa, a simple helper funtion that doesn't require a struct in_addr... | Henning Brauer |
2003-12-26 | remove he pathetic log_kroute() | 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 | kroute_validate_nexthop is a private function | Henning Brauer |
2003-12-26 | finally marry rde and kroute parts of the nexthop verification: | Henning Brauer |
2003-12-25 | RDE part of the nexthop verification puzzle. | Claudio Jeker |
2003-12-25 | bring us closer to a complete nexthop verification that does NOT need | Henning Brauer |