CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/11/02 13:20:54
Modified files: usr.sbin/ospfd : control.c log.c log.h ospfd.c ospfd.h rde.c Log message: 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