In message <[EMAIL PROTECTED]>, 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
[EMAIL PROTECTED]         | 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to