summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd
AgeCommit message (Expand)Author
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
2009-07-13Get rid of the multipath code, as it is not needed.Michele Marchetto
2009-07-08Detect nexthop change.Michele Marchetto
2009-06-19When operating in liberal mode, retain labels even if they aren't learntMichele Marchetto
2009-06-08revert this change by eric@:David Gwynne
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot
2009-06-07Make the imsg protocol network-safe.Eric Faurot
2009-06-06change the imsg header fields a bit to prepare for upcoming changes.Eric Faurot
2009-06-06Get ready for including imsg.h from a lib, when it comes along.Pierre-Yves Ritschard
2009-06-06make ldpd imsg-in-a-lib ready too.Pierre-Yves Ritschard
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-05Correctly send notification messages when errors occur.Michele Marchetto
2009-06-02Fix ldpd.conf man page.Michele Marchetto
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto