History log of /openbsd/usr.sbin/ospfd/log.h (Results 1 – 11 of 11)
Revision Date Author Comments
# e16a722a 13-Dec-2021 deraadt <deraadt@openbsd.org>

including sys/cdefs.h manually started as a result of netbsd trying to
macro-build a replacement for sccsid, and was done without any concern
for namespace damage. Unfortunately this practice starte

including sys/cdefs.h manually started as a result of netbsd trying to
macro-build a replacement for sccsid, and was done without any concern
for namespace damage. Unfortunately this practice started infecting
other code as others were unaware they didn't need the file.
ok millert guenther

show more ...


# f2e37bc3 24-Jan-2017 benno <benno@openbsd.org>

sync log.c from relayd et al to ospfd.

there is still a little difference regarding handling of the verbosity
value that will be handled later.

ok claudio@


# db8e85af 23-Jan-2017 benno <benno@openbsd.org>

copy log.c/h from bgpd.
ok claudio


# 2d29f8f3 02-Sep-2016 benno <benno@openbsd.org>

work on making log.c similar in all daemons:

move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.

ok claudio@, feedbac

work on making log.c similar in all daemons:

move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.

ok claudio@, feedback from henning@, deraadt@, reyk@

show more ...


# 30f31fec 06-Jun-2016 benno <benno@openbsd.org>

add format attributes to the proper functions and then fix the
warning in rde.c
ok stsp@


# d1fe7d6d 03-Nov-2014 bluhm <bluhm@openbsd.org>

Convert the logic in yyerror(). Instead of creating a temporary
format string, create a temporary message.
OK deraadt@ claudio@


# 636d06c3 02-Nov-2009 claudio <claudio@openbsd.org>

Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.
It always annoyed me that in case of a problem I had to restart the ospf in
forground debug mode and by doing so losing a

Implement IMSG_CTL_LOG_VERBOSE to enable or disable debug logging on runtime.
It always annoyed me that in case of a problem I had to restart the ospf in
forground debug mode and by doing so losing all routes at least twice.
OK henning, sthen, michele

show more ...


# d31c8eb0 28-Sep-2007 claudio <claudio@openbsd.org>

spaces


# 43420352 25-Apr-2006 claudio <claudio@openbsd.org>

Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@


# cd7a28e2 08-Mar-2006 claudio <claudio@openbsd.org>

Move procnames from log.h to log.c it is only used there.


# 204df0f8 28-Jan-2005 claudio <claudio@openbsd.org>

Welcome ospfd
started by Esben Norby some time ago by using the imsg/three process framework
of bgpd. He implemented the basic concept plus the ospf finite state machines.
Later I joined and helped h

Welcome ospfd
started by Esben Norby some time ago by using the imsg/three process framework
of bgpd. He implemented the basic concept plus the ospf finite state machines.
Later I joined and helped him cleanup, debug and extend his work.
Right now it is not particularly useful, major parts are still missing but is
imported to allow more people to work on it.
status:
The basic protocol works for broadcast networks and the LS database is
synchronized and updated. It is not possible to be DR or BDR on a network
and other interface types like point-to-point are not yet supported.
The shortest path tree is not calculated and so no routing information is
exchanged with the kernel FIB.

Not yet connected to the builds.
OK henning@

show more ...