From owner-cvs-src@FreeBSD.ORG Fri Jan 7 01:21:24 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242B616A4CE; Fri, 7 Jan 2005 01:21:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0158443D4C; Fri, 7 Jan 2005 01:21:24 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j071LNXR071347; Fri, 7 Jan 2005 01:21:23 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j071LN29071346; Fri, 7 Jan 2005 01:21:23 GMT (envelope-from brooks) Message-Id: <200501070121.j071LN29071346@repoman.freebsd.org> From: Brooks Davis Date: Fri, 7 Jan 2005 01:21:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 01:21:24 -0000 brooks 2005-01-07 01:21:23 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c Log: Write some bit mask limits in hex rather than decimal so they look less magic. Revision Changes Path 1.66 +2 -2 src/sbin/ipfw/ipfw2.c