From 889fe95791ee7d95b8d4811efe29dd680f41eae0 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sun, 14 Jul 1996 21:12:52 +0000 Subject: [PATCH] Switch back to logging accepted packets with the text "Allow" instead of "Accept" --- sys/netinet/ip_fw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/ip_fw.c b/sys/netinet/ip_fw.c index 4308250bd718..dff73f7c2ba2 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 @@ 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) {