From owner-cvs-sys Fri Aug 8 07:38:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA21725 for cvs-sys-outgoing; Fri, 8 Aug 1997 07:38:45 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA21599; Fri, 8 Aug 1997 07:36:56 -0700 (PDT) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA22059; Fri, 8 Aug 1997 07:36:29 -0700 (PDT) Date: Fri, 8 Aug 1997 07:36:29 -0700 (PDT) Message-Id: <199708081436.HAA22059@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.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1997/08/08 07:36:29 PDT Modified files: sbin/ipfw ipfw.c sys/netinet ip_fw.h Log: Support interface names up to 15 characters in length. In order to accommodate the expanded name, the ICMP types bitmap has been reduced from 256 bits to 32. A recompile of kernel and user level ipfw is required. To be merged into 2.2 after a brief period in -current. PR: bin/4209 Reviewed by: Archie Cobbs Revision Changes Path 1.47 +4 -4 src/sbin/ipfw/ipfw.c 1.28 +5 -3 src/sys/netinet/ip_fw.h