From owner-freebsd-stable@FreeBSD.ORG Tue Dec 2 15:02:18 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83FAF1065670 for ; Tue, 2 Dec 2008 15:02:18 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 0FB318FC13 for ; Tue, 2 Dec 2008 15:02:17 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so1267079eyi.7 for ; Tue, 02 Dec 2008 07:02:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=yTEVFqPtAsoOdzWbGiVMi6OwwANSLWotKjThpokTXp8=; b=tci4Lw5JfxDFz/TPzGgF5zs95hvi1RW/xX6NWtsBC6Kh55snJcDUinJDk360xd0rmG /dt5oe6Ry1UsCba4QnkrjHI+5kF8vf1K8w/5+4RmUYltohsn3qYC/lok4N5IpmolVUtv ptVpIAX10Ql2mvhr9eRBa98W2HHii8ml7XmgQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=qCTyGvhoqc2Im/ZLA2e7ZTYi6wm7UbMiBnA5NRzcngWcZ7xkoCXf/9TIqCr6hdPw5L pphsh259tuth78oaI7CWA4CrOqBnVpKhliX+TjK2FCnPw1BanSKpCzjEdCSqqIoSbHnB i8Mk0k3ye4Ra70LHX6Q/XHrlh/tGSwEuJyGFc= Received: by 10.210.143.11 with SMTP id q11mr14096303ebd.146.1228230136881; Tue, 02 Dec 2008 07:02:16 -0800 (PST) Received: by 10.210.34.12 with HTTP; Tue, 2 Dec 2008 07:02:16 -0800 (PST) Message-ID: Date: Tue, 2 Dec 2008 18:02:16 +0300 From: pluknet To: Stable MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ipfw2.c,v 1.76.2.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2008 15:02:18 -0000 Hi. Since this revision (appeared in 6.3) I think ipfw violates POLA. I mean "ipfw table N list" shows values of table in Internet '.' notation. A friend of mine was surprised to found Internet representation of this "optional 32-bit unsigned value". For example security/bruteblock stores unix timestamps here and AFAICS there is no possibility to come back to the previous output format (other than reverting this revision). -- wbr, pluknet