From pawmal@unia.3lo.lublin.pl  Thu Feb  6 11:30:04 2003
Return-Path: <pawmal@unia.3lo.lublin.pl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8F46837B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Feb 2003 11:30:04 -0800 (PST)
Received: from unia.3lo.lublin.pl (unia.3lo.lublin.pl [212.182.70.2])
	by mx1.FreeBSD.org (Postfix) with SMTP id 0DC2143FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Feb 2003 11:30:03 -0800 (PST)
	(envelope-from pawmal@unia.3lo.lublin.pl)
Received: (qmail 54812 invoked by uid 1007); 6 Feb 2003 19:30:40 -0000
Message-Id: <20030206193040.54811.qmail@unia.3lo.lublin.pl>
Date: 6 Feb 2003 19:30:40 -0000
From: Pawel Malachowski <pawmal@unia.3lo.lublin.pl>
Reply-To: Pawel Malachowski <pawmal@unia.3lo.lublin.pl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: make ipfw2 work with iplen ranges
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48015
>Category:       bin
>Synopsis:       make ipfw2 work with iplen ranges
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ipfw
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 06 11:30:21 PST 2003
>Closed-Date:    Mon Jun 23 06:57:12 PDT 2003
>Last-Modified:  Mon Jun 23 06:57:12 PDT 2003
>Originator:     Pawe Maachowski
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
ASK ZiN
>Environment:
System: 
System: FreeBSD gargantua.zin.ask 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Feb 3 23:33:35 CET 2003 root@gargantua.zin.ask:/mnt/j1/obj/usr/src/sys/PM-UX-AUTO-47S  i386



	
>Description:
	
I would like to match packets by their size (for example to assign
small and big packets to different dummynet pipes), using len ranges
rather than or-blocks { iplen 1000 or iplen 1001 or ... }, like this:
	ipfw add pipe 10 ip from any to any iplen 1000-1500

Probably the same idea would be helpful with other options, like ipttl:
	ipfw add pipe 20 ip from any to any { ipttl 32-38 or ipttl 64-70 }

>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->ipfw 
Responsible-Changed-By: johan 
Responsible-Changed-When: Tue May 6 13:05:58 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer group. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48015 
State-Changed-From-To: open->closed 
State-Changed-By: luigi 
State-Changed-When: Mon Jun 23 06:56:28 PDT 2003 
State-Changed-Why:  
committed code that implements the requested functionality. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=48015 
>Unformatted:
