Date: Wed, 7 Jan 1998 19:03:55 -0800 (PST) From: Alex Nash <alex@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 Message-ID: <199801080303.TAA05195@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801080303.TAA05195>