From owner-cvs-sbin Wed Jan 7 19:07:01 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA16632 for cvs-sbin-outgoing; Wed, 7 Jan 1998 19:07:01 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA16246; Wed, 7 Jan 1998 19:04:03 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA05195; Wed, 7 Jan 1998 19:03:55 -0800 (PST) Date: Wed, 7 Jan 1998 19:03:55 -0800 (PST) Message-Id: <199801080303.TAA05195@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sbin/ipfw ipfw.c src/sys/netinet ip_fw.c ip_fw.h Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/01/07 19:03:55 PST Modified files: sbin/ipfw ipfw.c sys/netinet ip_fw.c ip_fw.h Log: Bump up packet and byte counters to 64-bit unsigned ints. As a consequence, ipfw's list command now adjusts its output at runtime based on the largest packet/byte counter values. NOTE: o The ipfw struct has changed requiring a recompile of both kernel and userland ipfw utility. o This probably should not be brought into 2.2. PR: 3738 Revision Changes Path 1.53 +32 -14 src/sbin/ipfw/ipfw.c 1.72 +6 -6 src/sys/netinet/ip_fw.c 1.31 +8 -5 src/sys/netinet/ip_fw.h