summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd
AgeCommit message (Expand)Author
2010-03-26event_del() the read event when hitting a read error or when closing theClaudio Jeker
2010-03-25Kroute updates from the LDE are per FEC so do the lookup in kroute withClaudio Jeker
2010-03-24We need to set the rtm_priority when changing a route so that we do notClaudio Jeker
2010-03-03Rework the kroute code by stealing some code from ospfd and massaging itClaudio Jeker
2010-03-01nitpicking, NULL instead of 0 in lde_imsg_compose_ldpe() call.Claudio Jeker
2010-02-25One more substitution of label 0 with NO_LABEL.Michele Marchetto
2010-02-25Whitespaces cleanup.Michele Marchetto
2010-02-25NO_LABEL (instead of zero) must be used to mean that no labels are associatedMichele Marchetto
2010-02-25Do not use bufferevent for something that's already covered in the imsgClaudio Jeker
2010-02-24sort SEE ALSO;Jason McIntyre
2010-02-23Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,Ingo Schwarze
2010-02-22Correctly encode FEC prefixes. This makes my test setup much happyer.Claudio Jeker
2010-02-21Kill double declaration of control_imsg_relay().Michele Marchetto
2010-02-21Check bufferevent_new() return value. If it is NULL print an error messageMichele Marchetto
2010-02-20Make send_* functions return void (and not int) as they can just succeedMichele Marchetto
2010-02-20Remove unneeded abstraction in neighbor fsm.Michele Marchetto
2010-02-19Oups, unbreak build.Claudio Jeker
2010-02-19Cleanup a bit, remove unneeded dummy neighbor and initialize queue headsClaudio Jeker
2010-02-19If a neighbor goes down we need to cleanup the LIB from all FEC that pointClaudio Jeker
2010-02-19Do not double free a knode when kroute_insert() fails. kroute_insert()Claudio Jeker
2010-02-18Make the output of printconf() look like a real config file.Claudio Jeker
2010-02-18Set the correct defaults for label advertisement, retention and distribution.Michele Marchetto
2010-02-18We need to set SO_REUSEADDR before doing the bind() of the tcp socket.Claudio Jeker
2010-02-18Remove some debug messages that are too verbose and no longer needed.Claudio Jeker
2010-02-18Close a fd leak when opening the tcp connection to the neighbor.Claudio Jeker
2010-02-16Make ldpd less verbose.Michele Marchetto
2010-02-16Plug a memory leak in pushfile().Michele Marchetto
2010-01-19Don't fatalx() when a static route is deleted.Michele Marchetto
2010-01-08Implement section A.1.6 of RFC 5036: "Recognize new FEC".Michele Marchetto
2010-01-02sort SEE ALSO;Jason McIntyre
2010-01-02The .Rs macro must be followed by .Re, and empty .Rs is useless anyway.Ingo Schwarze
2010-01-02In the "ldpctl show lib" output print every known label and make clear if itMichele Marchetto
2009-12-30Correctly parse the host address in the FEC TLV.Michele Marchetto
2009-12-10Length of the host address in the FEC TLV must be encoded in numberMichele Marchetto
2009-12-09Enable parsing of the optional Transport Address TLV in the helloMichele Marchetto
2009-12-08porcesses -> processesJonathan Gray
2009-12-06During the session's initialization, when playing the passive role, sendMichele Marchetto
2009-12-02log_warn() consistency.Michael Knudsen
2009-11-02More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().Claudio Jeker
2009-11-01Initialize "len" before using it in accept(2).Michele Marchetto
2009-10-28remove an unimplemented flag from both usage() and getopt(3)'sIgor Sobrado
2009-10-27write UNIX-domain in a more consistent way.Igor Sobrado
2009-09-28When a route is deleted, ldpd should remove labels associated with it fromMichele Marchetto
2009-09-15Enclose repeated buffer draining code in a new msgbuf_drain()Jacek Masiulaniec
2009-08-08Make imsg_clear close and free any fds in the received fd queue as well asNicholas Marriott
2009-08-06ldpd must not add/delete AF_INET routes, it just have to change themMichele Marchetto
2009-08-02"ldpctl show lib" output cleanup.Michele Marchetto
2009-08-01Pass the right size of the structure "map" to the ldpd engine.Michele Marchetto
2009-08-01Correctly print interface state and neighbor uptime in ldpctl show neighbor.Michele Marchetto
2009-07-23make buf_write() behave like msgbuf_write(): send out only theEric Faurot