From owner-freebsd-doc@FreeBSD.ORG Fri Apr 10 12:36:11 2009 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B61F1065680 for ; Fri, 10 Apr 2009 12:36:11 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id F2D1A8FC0C for ; Fri, 10 Apr 2009 12:36:10 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fxm11 with SMTP id 11so1024642fxm.43 for ; Fri, 10 Apr 2009 05:36:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=x2Lh+XA335NPau+rPmAhTervrm/+afbZRoHuyrRo6Bc=; b=nuo0irhlD0agVTstJyYuQ1NqHB2C2xBvwkkDESx/QvsH2I8LpmHk1W43j6BwuoYWFX aukHRtHwvGFgNnpQa18G3wIBTuBeQ7gIsj5x+75UkB6hLTlBxIRsKVGeRFJJKttyAFte X6/t0PaqhlHLtX40N95+ufxmjPgJ6lVydH4Xs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=FLyFCvOu27EZSN9vMLF71Klw4kE7Dr0HSmy2IS/1LXyuSiS9RVdCHPErnK1KjwfL3R 8bJBKWayf5HuO1okyt7SbeVfnX637moA7gR4vYUtWW8+3fBC4AN9E2Bg4DTPpkQz6yRK uJsdzZiwEmW2DTZAwqntCvqQZ9jhwHT8GNWiY= Received: by 10.86.27.19 with SMTP id a19mr2608659fga.37.1239366970131; Fri, 10 Apr 2009 05:36:10 -0700 (PDT) Received: from atlantis.dyndns.org (athedsl-4472280.home.otenet.gr [94.71.125.200]) by mx.google.com with ESMTPS id 3sm1796049fge.14.2009.04.10.05.36.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 10 Apr 2009 05:36:08 -0700 (PDT) Message-ID: <49DF3D37.90701@gmail.com> Date: Fri, 10 Apr 2009 15:36:07 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Chris Pepper References: <200904070340.n373e263004203@freefall.freebsd.org> <49DAEB40.9050007@FreeBSD.org> In-Reply-To: <49DAEB40.9050007@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: "freebsd-doc@freebsd.org" Subject: Re: docs/131568: Cleanup for ipf documentation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2009 12:36:12 -0000 Manolis Kiagias wrote: > Chris Pepper wrote: > >> >> My cleaned up chapter.sgml is attached. >> >> Chris >> > Thanks. I'll create a diff with the original version and see what can be > added to the patch I am creating. > I'll get back to you. > > Just to let you know, the diff from the currently committed version of 'firewalls' is here: http://people.freebsd.org/~manolis/firewalls-contrib.diff Some of these problems are already addressed by the patch I have been preparing in similar ways. These are some of your changes that I will try to integrate: - Exchange "interrogate" with "check" or "match". - Firewalls may have one or two interfaces - The comments in the sample rules - Other various small fixes not already addressed I am CCing doc- on this, if anyone has any comments please let us know. I will soon post a rather long patch for review, some of these changes will be included. Thanks!