summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/log.c
AgeCommit message (Expand)Author
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