Age | Commit message (Expand) | Author |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-08-29 | rfc 5036 obsoletes rfc 3036; ok claudio | Jason McIntyre |
2012-05-14 | Don't display a nonsense uptime for an inactive interface. ldpd fix from | Stuart Henderson |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-12 | accept pacing ldpd way. Since this daemon has multiple listening fds | Claudio Jeker |
2011-08-20 | Decouple log_verbose() from log_init() so the verbose flag stays set with | Stuart Henderson |
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker |
2011-06-26 | Remove obsolete mcast routes in ldpd and ripd. | Claudio Jeker |
2011-04-30 | no need to escape |, pointed out by jmc@ | Stuart Henderson |
2011-03-12 | Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption. | Claudio Jeker |
2011-03-12 | Log the fact that a session was not accepted because of missing HELLOs. | Claudio Jeker |
2011-01-20 | - tyop, recieve -> receive | Jasper Lievisse Adriaanse |
2011-01-10 | Fix a bad heritage from ospfd. Make neighbors independent of interfaces. | Claudio Jeker |
2011-01-10 | Make sure the tlv length is exactly the size we expect. | Claudio Jeker |
2011-01-10 | Implement optional parameter handling for initialization messages. | Claudio Jeker |
2011-01-10 | Better optional parameter parsing. Ignore unknown TLVs that have | Claudio Jeker |
2011-01-10 | Rename struct fec_tlv to struct tlv since it is just the generic | Claudio Jeker |
2011-01-08 | Count the right values for the consumed counter. | Claudio Jeker |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-11-04 | Rewrite all packet parsers to be more careful about alignment. Until | Claudio Jeker |
2010-11-04 | Only consider pathes with highest priority when replying to label | Claudio Jeker |
2010-10-26 | Implement the optional label request message ID TLV. | Claudio Jeker |
2010-10-26 | For label release and withdraw messages make sure that a wildcard | Claudio Jeker |
2010-10-26 | struct mapping_entry should just have a struct map instead of own | Claudio Jeker |
2010-10-26 | Change lde_check_request(), lde_check_mapping(), lde_send_labelmapping(), | Claudio Jeker |
2010-10-26 | Shuffle the deck chairs to make the code more compact. | Claudio Jeker |
2010-10-21 | Start implementing the missing lablemapping messages in the LDE and | Claudio Jeker |
2010-10-20 | Since on shutdown fib_sync is forced to 1 to remove the multicast route | Claudio Jeker |
2010-10-15 | Rework the kroute framework of ldpd. ldpd is different from the other | Claudio Jeker |
2010-10-07 | Don't try to add MPLS routes with a incomming MPLS_LABEL_IMPLNULL label. | Claudio Jeker |
2010-10-07 | Garbage collect some unused structs. | 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-09-01 | s/lfib/fib/ for more consitency with the other routing daemons. | Claudio Jeker |
2010-08-27 | Fix format string that was not changed after the log_fec introduction. | Claudio Jeker |
2010-08-26 | Fix a memory leak in an error path. Found and diff by Igor Zinovik. | Claudio Jeker |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-07-12 | Merge duplicate log messages into one log_warn(). | Alexander Bluhm |
2010-07-08 | Kill more code in kroute.c that is unneeded in ldpd. ldpd is a bit strange | Claudio Jeker |
2010-06-30 | Make it possible to store multiple LSP to a FEC. This is another step to | Claudio Jeker |
2010-06-30 | Pass a struct kroute and not a kroute_node to kr_redist_remove(). This | Claudio Jeker |
2010-06-30 | Kill IMSG_KLABEL_INSERT and all the related functions around it. | Claudio Jeker |
2010-06-30 | Rework how we "redistribute" networks. Send all pathes of an active route | Claudio Jeker |
2010-06-30 | Sync kroute.c code with ospfd's version of kroute.c. A small step to support | 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-23 | Fix comment. Downstream is towards the destination of a LSP. | Claudio Jeker |
2010-06-23 | Kill rt_node->invalid it is not used by anything. | Claudio Jeker |
2010-06-21 | Send the right kroute struct to ldpctl for IMSG_CTL_KROUTE. This should | Claudio Jeker |
2010-06-21 | Requiring { } blocks for interfaces is dumb since most don't need any | Claudio Jeker |