Date: Tue, 26 Apr 2005 13:22:46 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Ceri Davies <ceri@submonkey.net>, Brooks Davis <brooks@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.c Message-ID: <20050426202246.GA15439@odin.ac.hmc.edu> In-Reply-To: <20050426201029.GA7729@submonkey.net> References: <200504262000.j3QK07JX037635@repoman.freebsd.org> <20050426201029.GA7729@submonkey.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050426202246.GA15439>