CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2009/03/29 13:07:56
Modified files: usr.sbin/ospf6d: log.c log.h Log message: Add log_rtr_id() function to log 32bit numbers in dot-quad notation. Most obvious use is to log router IDs. To facilitate logging of multiple IDs within the same format string, we use NUM_LOGS static buffers, just like log_sockaddr() does. help and ok claudio@