Re: [patch] netinet6/ip6_fw.c: use syslog for logging

2001-06-24 Thread Hajimu UMEMOTO
>>> Fri, 22 Jun 2001 20:06:34 +0900, >>> Jun Kuriyama <[EMAIL PROTECTED]> said: kuriyama> I found logs from ipfw(8) and ip6fw(8) are stored to different place. kuriyama> Former one is into via syslog(3) but latter one is kuriyama> into via kernel printf(). kuriyama> The reason of this differen

Re: [patch] netinet6/ip6_fw.c: use syslog for logging

2001-06-22 Thread Hajimu UMEMOTO
>>> Fri, 22 Jun 2001 20:06:34 +0900, >>> Jun Kuriyama <[EMAIL PROTECTED]> said: kuriyama> I found logs from ipfw(8) and ip6fw(8) are stored to different place. kuriyama> Former one is into via syslog(3) but latter one is kuriyama> into via kernel printf(). kuriyama> The reason of this differen

[patch] netinet6/ip6_fw.c: use syslog for logging

2001-06-22 Thread Jun Kuriyama
I found logs from ipfw(8) and ip6fw(8) are stored to different place. Former one is into via syslog(3) but latter one is into 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_f