mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Switch back to logging accepted packets with the text "Allow" instead
of "Accept"
This commit is contained in:
parent
c6c1bba8d4
commit
889fe95791
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17172
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
* This software is provided ``AS IS'' without any warranties of any kind.
|
||||
*
|
||||
* $Id: ip_fw.c,v 1.44 1996/07/09 20:49:38 nate Exp $
|
||||
* $Id: ip_fw.c,v 1.45 1996/07/10 19:44:23 julian Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -453,7 +453,7 @@ ip_fw_chk(struct ip **pip, int hlen,
|
|||
f->timestamp = time.tv_sec;
|
||||
if (f->fw_flg & IP_FW_F_PRN) {
|
||||
if ((f->fw_flg & IP_FW_F_COMMAND) == IP_FW_F_ACCEPT) {
|
||||
ipfw_report("Accept",
|
||||
ipfw_report("Allow",
|
||||
f->fw_number, ip, f->fw_pcnt);
|
||||
} else if ((f->fw_flg & IP_FW_F_COMMAND)
|
||||
== IP_FW_F_DIVERT) {
|
||||
|
|
Loading…
Reference in a new issue