summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/log.c
AgeCommit message (Expand)Author
2017-03-21From a syslog perspective it does not make sense to log fatal andAlexander Bluhm
2017-01-23copy log.c/h from bgpd.Sebastian Benoit
2016-09-02work on making log.c similar in all daemons:Sebastian Benoit
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2012-10-22Unfortunately "ospf6ctl show fib" printed embedded scopes as theAlexander Bluhm
2012-09-20Bring back log_in6addr_scope() as ospf6ctl uses it.Alexander Bluhm
2012-09-19Do not care about the kame hack when logging a link local address.Alexander Bluhm
2011-08-20Decouple log_verbose() from log_init() so the verbose flag stays set withStuart Henderson
2009-12-22Implement log_in6addr_scope() yet another function doing the same thingClaudio Jeker
2009-11-02Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.Claudio Jeker
2009-03-29Add log_rtr_id() function to log 32bit numbers in dot-quad notation.Stefan Sperling
2007-10-14Switch log_sockaddr() to take a void * so it is not necessary to cast theClaudio Jeker
2007-10-08Use a small cyclic buffer ring in log_in6addr() so that the function can beClaudio Jeker
2007-10-08Welcome ospf6dEsben Norby