I found logs from ipfw(8) and ip6fw(8) are stored to different place.
Former one is into <security.info> via syslog(3) but latter one is
into <kern.crit> via kernel printf().
The reason of this difference is came from missing "merge from
ip_fw.c". And I hope this patch will be first step to synchronize
ip_fw.c and ip6_fw.c.
So, I made a patch to merge the difference revision 1.117 and 1.118 of
ip_fw.c into ip6_fw.c to use syslog(3) interface for ip6fw(8) logging.
Please review this patch carefully because I'm not kernel hacker.
--
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
<[EMAIL PROTECTED]> // FreeBSD Project
ip6_fw.c.diff