From owner-freebsd-hackers Wed Jun 7 12:21:39 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 3964B37BE8A for ; Wed, 7 Jun 2000 12:21:34 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id VAA33166; Wed, 7 Jun 2000 21:20:55 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Hans Huebner Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: IP prepaid accounting In-reply-to: Your message of "Wed, 07 Jun 2000 21:11:11 +0200." Date: Wed, 07 Jun 2000 21:20:55 +0200 Message-ID: <33164.960405655@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Hans Huebner writes: >On Wed, 7 Jun 2000, Poul-Henning Kamp wrote: > >> It should be possible to say say >> >> ipfw deny all ip from any to any exquota any >> >> as well as: >> >> ipfw deny all ip from any to any exquota guest > >Do you say that in principle you agree with the "quota action, but you want >the "exquota" condition be qualified by a particular quota name as sketched in >your example? This is fine with me and I'll implement it. Yes, I may want to do things like: (set up quota guest) (set up quota staff) (set up pipe: 64kbit/sec) (if exceeded quota staff -> pipe) (if exceeded quota guest -> drop) >I'll disallow the name "any" for quota names. This is not exactly pretty, but Make it so that if no name is specified all apply ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message