summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw.c
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-07-14 21:12:52 +0000
committeralex <alex@FreeBSD.org>1996-07-14 21:12:52 +0000
commita98852dc35acfe8c0a533599ee2fc4bcd4460e3c (patch)
treebc1ef7646f06f89ec91e31340283fa8a6c9e59bf /sys/netinet/ip_fw.c
parentb3eaec8941075071ac8fb652adaad1e6b2a4b431 (diff)
downloadFreeBSD-src-a98852dc35acfe8c0a533599ee2fc4bcd4460e3c.zip
FreeBSD-src-a98852dc35acfe8c0a533599ee2fc4bcd4460e3c.tar.gz
Switch back to logging accepted packets with the text "Allow" instead
of "Accept"
Diffstat (limited to 'sys/netinet/ip_fw.c')
-rw-r--r--sys/netinet/ip_fw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c
index 4308250..dff73f7 100644
--- a/sys/netinet/ip_fw.c
+++ b/sys/netinet/ip_fw.c
@@ -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 @@ got_match:
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) {
OpenPOWER on IntegriCloud