summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/ldpd.h
AgeCommit message (Expand)Author
2016-05-23Explicitly close the pfkey socket on exit.Renato Westphal
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ldpd.Stefan Sperling
2015-07-21Remove more unused defines.Renato Westphal
2015-07-21VPLS signaling support.Renato Westphal
2015-07-21Reuse merge_config() logic to simplify the shutdown of each process.Renato Westphal
2015-07-21Add configuration reload support.Renato Westphal
2015-07-21Assorted fixes and code cleanup for targeted neighbors.Renato Westphal
2015-07-21Improve handling of addresses on ldpe.Renato Westphal
2015-07-19Implement md5 authentication support.Renato Westphal
2015-07-19Rework label mapping algorithms to be more in line with the RFC.Renato Westphal
2015-07-19Remove incomplete support for unnecessary modes of operation.Renato Westphal
2015-07-19Rework kroute.c to send only the best routes to lde.Renato Westphal
2015-04-04Show the full LIB in the "ldpctl show lib" command.Renato Westphal
2015-03-21Remove interface finite state machine.Renato Westphal
2015-02-09More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeClaudio Jeker
2013-06-04Always accept TCP connection requests and identify to which neighborClaudio Jeker
2013-06-04Cleanup ctl commands and remove unused variables inherited from ospfdClaudio Jeker
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-06-04Minor adjustments in the initialization FSMClaudio Jeker
2013-06-03Remove the IMSG_NEIGHBOR_CHANGE messageClaudio Jeker
2013-06-03Implement support for multiple addresses per interface.Claudio Jeker
2013-06-01Restart the keepalive timer whenever a LDP PDU is sent. There is no needClaudio Jeker
2013-06-01The keepalive timeout should be configured on a global basis and not perClaudio Jeker
2013-06-01Drop support for per-interface labelspaces.Claudio Jeker
2013-06-01Drop support for passive interfaces.Claudio Jeker
2013-06-01Don't allow enabling LDP on loopback and carp interfaces.Claudio Jeker
2013-06-01After returning from accept, we got a TCP connection not a LDP session.Claudio Jeker
2013-05-31Remove unused definitionsClaudio Jeker
2012-04-12accept pacing ldpd way. Since this daemon has multiple listening fdsClaudio Jeker
2011-01-10Fix a bad heritage from ospfd. Make neighbors independent of interfaces.Claudio Jeker
2010-10-07Garbage collect some unused structs.Claudio Jeker
2010-09-02NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the sameClaudio Jeker
2010-09-01s/lfib/fib/ for more consitency with the other routing daemons.Claudio Jeker
2010-07-08Kill more code in kroute.c that is unneeded in ldpd. ldpd is a bit strangeClaudio Jeker
2010-06-30Kill IMSG_KLABEL_INSERT and all the related functions around it.Claudio Jeker
2010-06-30Switch prefix in struct map to a struct in_addr instead of a u_int32_t.Claudio Jeker
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-25Remove another leftover from ospfd. ldpd does not have a concept of ext_tagClaudio Jeker
2010-05-25Add upcomming IMSG_LABEL_RELEASE, IMSG_LABEL_WITHDRAW and IMSG_LABEL_ABORT.Claudio Jeker
2010-05-19Remove yet another ospf leftover that is not needed here. This timeClaudio Jeker
2010-05-14Order struct element by size.Claudio Jeker
2010-05-11Kill IMSG_RECONF_AREA. LDP does not have a concept of areas.Claudio Jeker
2010-04-29Remove some more ospfd-ism from the interface code. This time removeClaudio Jeker
2010-04-15Log recieved notifications in a human understanable way. Makes debuggingClaudio Jeker
2010-04-15Cleanup the interface FSM by removing most of the ospfd specific statesClaudio Jeker
2010-04-15Instead of having three ways of setting fds non-blocking useClaudio Jeker
2010-03-03Rework the kroute code by stealing some code from ospfd and massaging itClaudio Jeker
2010-02-25Do not use bufferevent for something that's already covered in the imsgClaudio Jeker
2010-01-02In the "ldpctl show lib" output print every known label and make clear if itMichele Marchetto
2009-11-02More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().Claudio Jeker