summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd
AgeCommit message (Expand)Author
2013-07-04some very minor tweaking;Jason McIntyre
2013-06-05Fix build on vaxMiod Vallat
2013-06-04I screwed up and forgot to commit this new file :(Claudio Jeker
2013-06-04tweak previous;Jason McIntyre
2013-06-04Speed-up the session establishment processClaudio Jeker
2013-06-04Always accept TCP connection requests and identify to which neighborClaudio Jeker
2013-06-04Tiny typo. "Just commit" -- claudio@Ian Darwin
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-04Properly implement the exponential backoff timer on session initializationClaudio Jeker
2013-06-04Minor adjustments in the initialization FSMClaudio Jeker
2013-06-04Minor adjustments in the startup of the lde and ldpe processesClaudio Jeker
2013-06-04fix some minor issues before proceeding with the remaining patches fromClaudio Jeker
2013-06-03Remove the IMSG_NEIGHBOR_CHANGE messageClaudio Jeker
2013-06-03Fix bug in the fib-update commandClaudio Jeker
2013-06-03Advertise the implicit-null label for routes attached to loopbackClaudio Jeker
2013-06-03Implement support for multiple addresses per interface.Claudio Jeker
2013-06-01Filter out route messages we don't need and log kernel messages inClaudio Jeker
2013-06-01zap extra .Pp;Jason McIntyre
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-01Improve error handling on session_readClaudio Jeker
2013-06-01Drop support for per-interface labelspaces.Claudio Jeker
2013-06-01Drop support for passive interfaces.Claudio Jeker
2013-06-01A bit nicer error message.Claudio Jeker
2013-06-01Don't allow enabling LDP on loopback and carp interfaces.Claudio Jeker
2013-06-01Use the nbr_stop_[*]timer functionsClaudio Jeker
2013-06-01After sending a keepalive message in the OPENSENT state, we must move toClaudio Jeker
2013-06-01After returning from accept, we got a TCP connection not a LDP session.Claudio Jeker
2013-06-01Don't set the Message ID for hello messages.Claudio Jeker
2013-06-01Always advertise the Router-ID as the transport address.Claudio Jeker
2013-05-31Remove unused definitionsClaudio Jeker
2013-05-31When the ldpe process calls connect(), it doesn't regain control untilClaudio Jeker
2013-05-30Fix bug when starting ldpd with a configured interface in the down state.Claudio Jeker
2013-05-30Stop trying to send hello messages if the interface is down.Claudio Jeker
2013-05-30Simplify hello holdtime calculation and stop the timeout timer if theClaudio Jeker
2013-05-30Improve sanity checks on received UDP messagesClaudio Jeker
2013-05-30Do not use a carp address as ldp router id because it is not unique.Claudio Jeker
2013-05-23.Xr mpe and ldpd for interested parties. ok deraadtTed Unangst
2013-05-04fix a use after freeJonathan Gray
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-08-29rfc 5036 obsoletes rfc 3036; ok claudioJason McIntyre
2012-05-14Don't display a nonsense uptime for an inactive interface. ldpd fix fromStuart Henderson
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2012-04-12accept pacing ldpd way. Since this daemon has multiple listening fdsClaudio Jeker
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-06-26Remove obsolete mcast routes in ldpd and ripd.Claudio Jeker