summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bring ospf6d's log.c in sync with ospfd and bgpdbenno2017-08-121-33/+65
* From a syslog perspective it does not make sense to log fatal andbluhm2017-03-211-6/+6
* copy log.c/h from bgpd.benno2017-01-231-10/+12
* work on making log.c similar in all daemons:benno2016-09-021-186/+9
* Convert the logic in yyerror(). Instead of creating a temporarybluhm2014-11-031-3/+1
* Unfortunately "ospf6ctl show fib" printed embedded scopes as thebluhm2012-10-221-6/+8
* Bring back log_in6addr_scope() as ospf6ctl uses it.bluhm2012-09-201-1/+20
* Do not care about the kame hack when logging a link local address.bluhm2012-09-191-30/+1
* Decouple log_verbose() from log_init() so the verbose flag stays set withsthen2011-08-201-2/+1
* Implement log_in6addr_scope() yet another function doing the same thingclaudio2009-12-221-1/+20
* Add IMSG_CTL_LOG_VERBOSE similar to ospfd it allows to toggle debug logging.claudio2009-11-021-2/+10
* Add log_rtr_id() function to log 32bit numbers in dot-quad notation.stsp2009-03-291-1/+17
* Switch log_sockaddr() to take a void * so it is not necessary to cast theclaudio2007-10-141-3/+4
* Use a small cyclic buffer ring in log_in6addr() so that the function can beclaudio2007-10-081-4/+8
* Welcome ospf6dnorby2007-10-081-0/+305