Age | Commit message (Expand) | Author |
2013-06-01 | After sending a keepalive message in the OPENSENT state, we must move to | Claudio Jeker |
2013-06-01 | After returning from accept, we got a TCP connection not a LDP session. | Claudio Jeker |
2013-06-01 | Always advertise the Router-ID as the transport address. | Claudio Jeker |
2013-05-31 | When the ldpe process calls connect(), it doesn't regain control until | Claudio Jeker |
2013-05-30 | Simplify hello holdtime calculation and stop the timeout timer if the | Claudio Jeker |
2011-03-12 | Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption. | Claudio Jeker |
2011-01-10 | Fix a bad heritage from ospfd. Make neighbors independent of interfaces. | Claudio Jeker |
2010-10-26 | struct mapping_entry should just have a struct map instead of own | Claudio Jeker |
2010-09-06 | Only run the nbr_idtimer() when this side is acting as master (establishing | Claudio Jeker |
2010-09-06 | The nbr_reset_*() timer fucntions are the same as the nbr_start_* function. | Claudio Jeker |
2010-09-02 | NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the same | Claudio Jeker |
2010-06-30 | Switch prefix in struct map to a struct in_addr instead of a u_int32_t. | Claudio Jeker |
2010-06-10 | Signal a neighbor down event to the LDE when the TCP session is closed. | Claudio Jeker |
2010-05-28 | Send the IMSG_NEIGHBOR_UP msg when the neighbor is going into operational | Claudio Jeker |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-25 | I removed code in the last commit that is needed. Allocate rbuf now by | Claudio Jeker |
2010-05-19 | Remove yet another ospf leftover that is not needed here. This time | Claudio Jeker |
2010-03-26 | Never call close(nbr->fd) when the neighbor session was fully established, | Claudio Jeker |
2010-02-25 | Do not use bufferevent for something that's already covered in the imsg | Claudio Jeker |
2010-02-21 | Check bufferevent_new() return value. If it is NULL print an error message | Michele Marchetto |
2010-02-20 | Remove unneeded abstraction in neighbor fsm. | Michele Marchetto |
2010-02-19 | Oups, unbreak build. | Claudio Jeker |
2010-02-19 | Cleanup a bit, remove unneeded dummy neighbor and initialize queue heads | Claudio Jeker |
2010-02-18 | Remove some debug messages that are too verbose and no longer needed. | Claudio Jeker |
2010-02-18 | Close a fd leak when opening the tcp connection to the neighbor. | Claudio Jeker |
2009-12-06 | During the session's initialization, when playing the passive role, send | Michele Marchetto |
2009-08-01 | Correctly print interface state and neighbor uptime in ldpctl show neighbor. | Michele Marchetto |
2009-06-05 | Correctly send notification messages when errors occur. | Michele Marchetto |
2009-06-01 | Welcome ldpd, the Label Distribution Protocol daemon. | Michele Marchetto |