Age | Commit message (Expand) | Author |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-25 | Ugh. Remove name2id.c for real now. | Claudio Jeker |
2010-05-25 | Remove another leftover from ospfd. ldpd does not have a concept of ext_tag | Claudio Jeker |
2010-05-25 | Implement the missing label map recv functions and cleanup the other recv | Claudio Jeker |
2010-05-25 | Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT. | Claudio Jeker |
2010-05-25 | Kill a bogus bzero() and introduce an empty lde_check_release(). | Claudio Jeker |
2010-05-25 | I removed code in the last commit that is needed. Allocate rbuf now by | Claudio Jeker |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-19 | Remove yet another ospf leftover that is not needed here. This time | Claudio Jeker |
2010-05-19 | Set RTF_MPLS in rtm_fmask and rtm_flags because ldpd wants to play with | Claudio Jeker |
2010-05-17 | The host address encoding of FEC was killed in RFC5036 and we're happy | Claudio Jeker |
2010-05-14 | Order struct element by size. | Claudio Jeker |
2010-05-14 | Do not send notifications directly onto the wire. Decide in the caller how | Claudio Jeker |
2010-05-14 | Use calloc() instead of malloc() to allocate the connection structure. This | Claudio Jeker |
2010-05-12 | Make sure there is a difference in the log of non-fatal and fatal | Claudio Jeker |
2010-05-11 | sort struct by size and kill some unneeded spaces. | Claudio Jeker |
2010-05-11 | Kill IMSG_RECONF_AREA. LDP does not have a concept of areas. | Claudio Jeker |
2010-05-11 | No need to do a rt_find() twice. | Claudio Jeker |
2010-05-01 | split up a multiple assignment so we aren't casting an lvalue. | Jonathan Gray |
2010-04-29 | Remove some more ospfd-ism from the interface code. This time remove | Claudio Jeker |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-15 | Log recieved notifications in a human understanable way. Makes debugging | Claudio Jeker |
2010-04-15 | Cleanup the interface FSM by removing most of the ospfd specific states | Claudio Jeker |
2010-04-15 | session_shutdown() issues a NBR_EVT_CLOSE_SESSION and therefore a | Claudio Jeker |
2010-04-15 | Fix fd leak in error case. | Claudio Jeker |
2010-04-15 | Instead of having three ways of setting fds non-blocking use | Claudio Jeker |
2010-04-15 | struct ldp_hdr has probably the worst possible layout (ending with a single | Claudio Jeker |
2010-04-15 | Even though label withdraw, release, and abort requests are not fully | Claudio Jeker |
2010-04-13 | When a prefix has a implicit null label associated, force pop operation. | Michele Marchetto |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-03-26 | Never call close(nbr->fd) when the neighbor session was fully established, | Claudio Jeker |
2010-03-26 | event_del() the read event when hitting a read error or when closing the | Claudio Jeker |
2010-03-25 | Kroute updates from the LDE are per FEC so do the lookup in kroute with | Claudio Jeker |
2010-03-24 | We need to set the rtm_priority when changing a route so that we do not | Claudio Jeker |
2010-03-03 | Rework the kroute code by stealing some code from ospfd and massaging it | Claudio Jeker |
2010-03-01 | nitpicking, NULL instead of 0 in lde_imsg_compose_ldpe() call. | Claudio Jeker |
2010-02-25 | One more substitution of label 0 with NO_LABEL. | Michele Marchetto |
2010-02-25 | Whitespaces cleanup. | Michele Marchetto |
2010-02-25 | NO_LABEL (instead of zero) must be used to mean that no labels are associated | Michele Marchetto |
2010-02-25 | Do not use bufferevent for something that's already covered in the imsg | Claudio Jeker |
2010-02-24 | sort SEE ALSO; | Jason McIntyre |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-02-22 | Correctly encode FEC prefixes. This makes my test setup much happyer. | Claudio Jeker |
2010-02-21 | Kill double declaration of control_imsg_relay(). | Michele Marchetto |
2010-02-21 | Check bufferevent_new() return value. If it is NULL print an error message | Michele Marchetto |
2010-02-20 | Make send_* functions return void (and not int) as they can just succeed | 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 |