summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/log.c
AgeCommit message (Expand)Author
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-01-20work on making log.c similar in all daemons:Sebastian Benoit
2016-09-02Improve logging of sent and received messages.Renato Westphal
2016-08-08Use exit(3) instead of _exit(2) in the child processes.Renato Westphal
2016-08-08Normalize the received prefixes.Renato Westphal
2016-07-15Improve logging of reserved labels.Renato Westphal
2016-07-01More renaming and whitespace cleanup.Renato Westphal
2016-05-23Remove superfluous includes.Renato Westphal
2016-05-23Make functions and variables static whenever possible.Renato Westphal
2016-05-23Add support for IPv6 (RFC 7552).Renato Westphal
2016-05-23Assorted fixes and small cleanup.Renato Westphal
2016-05-23Create network sockets on the parent process.Renato Westphal
2016-05-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Rework L2VPN code.Renato Westphal
2016-05-23Standardize some log messages and fix some inconsistencies.Renato Westphal
2016-05-23Rename a few constants to avoid confusion.Renato Westphal
2016-05-23Move some code around.Renato Westphal
2016-05-23Fix logging of wildcard label mappings.Renato Westphal
2016-05-23Replace manually written function names with __func__.Renato Westphal
2015-07-21VPLS signaling support.Renato Westphal
2015-07-19Rework label mapping algorithms to be more in line with the RFC.Renato Westphal
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2013-06-04Implement support for adjacencies and targeted hellosClaudio Jeker
2013-06-01Filter out route messages we don't need and log kernel messages inClaudio Jeker
2013-06-01Don't allow enabling LDP on loopback and carp interfaces.Claudio Jeker
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2010-09-02NBR_STA_SESSION, NBR_STA_UP, and NBR_STA_ACTIVE represent all the sameClaudio Jeker
2010-06-10No need to print FEC twice. Remove it in the log function.Claudio Jeker
2010-06-09Move the logging of FEC changes to the LDE and print the FEC and labelClaudio 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
2009-11-02More IMSG_CTL_LOG_VERBOSE, still doing the same toggeling of log_debug().Claudio Jeker
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto