From owner-cvs-src-old@FreeBSD.ORG Tue Jan 27 11:07:14 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 804EF1065687 for ; Tue, 27 Jan 2009 11:07:14 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC398FC22 for ; Tue, 27 Jan 2009 11:07:14 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0RB7Eom096225 for ; Tue, 27 Jan 2009 11:07:14 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0RB7E5q096224 for cvs-src-old@freebsd.org; Tue, 27 Jan 2009 11:07:14 GMT (envelope-from luigi@repoman.freebsd.org) Message-Id: <200901271107.n0RB7E5q096224@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to luigi@repoman.freebsd.org using -f From: Luigi Rizzo Date: Tue, 27 Jan 2009 11:06:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw dummynet.c ipfw2.c ipfw2.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 11:07:14 -0000 luigi 2009-01-27 11:06:59 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c ipfw2.h Added files: sbin/ipfw dummynet.c Log: SVN rev 187769 on 2009-01-27 11:06:59Z by luigi Put dummynet-related code in a separate file. To this purpose, add prototypes for global functions in ipfw2.h and move there also the list of tokens used in various places in the code. Revision Changes Path 1.1 +717 -0 src/sbin/ipfw/dummynet.c (new) 1.142 +11 -785 src/sbin/ipfw/ipfw2.c 1.2 +125 -0 src/sbin/ipfw/ipfw2.h