summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd
AgeCommit message (Expand)Author
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-07-12Close connections when msgbuf_write() returns 0.Kenneth R Westerback
2014-07-12msgbuf_write() <= 0 for a few more daemons.Kenneth R Westerback
2014-07-11Close the control fd when it has reported EOF.Kenneth R Westerback
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-10-31another stray %dTheo de Raadt
2013-10-30another simple %i to %d conversion for obviousnessTheo de Raadt
2013-10-17Respect the max pdu length and merge all send_label* functions intoRenato Westphal
2013-10-17Improve parsing of label mapping messages and merge all recv_label*Renato Westphal
2013-10-15Don't bind a label for the default route.Renato Westphal
2013-10-15Minor fixes on if_del() and nbr_new().Renato Westphal
2013-10-15Simplify the lde_nbr_new() function.Renato Westphal
2013-10-15Simplify the code by avoiding direct calls to imsg_compose_event().Renato Westphal
2013-10-15Improve debug and error logs.Renato Westphal
2013-10-15Generate the NBR_EVT_PDU_RCVD event in a single point.Renato Westphal
2013-10-15Fix whitespace and other style issues.Renato Westphal
2013-10-15Since a targeted neighbor can be created both by configuration andRenato Westphal
2013-10-15Improve parsing of LDP messages.Renato Westphal
2013-10-15Ignore messages that have Unknown flag set.Renato Westphal
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