From owner-cvs-all@FreeBSD.ORG Tue Apr 26 20:22:46 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8C2D16A4D4; Tue, 26 Apr 2005 20:22:46 +0000 (GMT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720E543D62; Tue, 26 Apr 2005 20:22:46 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j3QKMkYV016031; Tue, 26 Apr 2005 13:22:46 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j3QKMkF9016030; Tue, 26 Apr 2005 13:22:46 -0700 Date: Tue, 26 Apr 2005 13:22:46 -0700 From: Brooks Davis To: Ceri Davies , Brooks Davis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20050426202246.GA15439@odin.ac.hmc.edu> References: <200504262000.j3QK07JX037635@repoman.freebsd.org> <20050426201029.GA7729@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <20050426201029.GA7729@submonkey.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 20:22:46 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 26, 2005 at 09:10:29PM +0100, Ceri Davies wrote: > On Tue, Apr 26, 2005 at 08:00:07PM +0000, Brooks Davis wrote: > > brooks 2005-04-26 20:00:07 UTC > >=20 > > FreeBSD src repository > >=20 > > Modified files: > > sbin/ipfw ipfw2.c=20 > > Log: > > Don't force IPv6 proto to be printed numericaly. >=20 > > | @@ -1599,8 +1599,6 @@ show_ipfw(struct ip_fw *rule, int pcwidt > > | if (cmd->len & F_NOT) > > | printf(" not"); > > | proto =3D cmd->arg1; > > | - if (proto !=3D 41) /* XXX: IPv6 is special */ > > | - pe =3D getprotobynumber(cmd->arg1); > > | if (flags & HAVE_OPTIONS) > > | printf(" proto"); > > | if (pe) >=20 > Thanks; are you sure you wanted to remove that getprotobynumber call (pe > will always be NULL now) though? Arg, that's not want I ment to do. I'll add that back. Thanks. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFCbqMVXY6L6fI4GtQRAiixAKDhb3zAeOyKvXaGHLPga68AgoeXOgCfSIyy +mMaSXK5IWyijA3bmt5L7kE= =Fh4y -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD--