From owner-freebsd-ipfw@FreeBSD.ORG Thu Dec 8 22:24:26 2011 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9643B1065688; Thu, 8 Dec 2011 22:24:26 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 506548FC18; Thu, 8 Dec 2011 22:24:26 +0000 (UTC) Received: by iafi7 with SMTP id i7so5278082iaf.13 for ; Thu, 08 Dec 2011 14:24:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=6Q6kqVxEvtNmGqmJeWoewOF0Nef2TqVZYeSN/THZqws=; b=rnOoZIrPq7yR/hhjoI+rtmVUBwSIIh27+mUnZc4kgs6V8Udw0U6EmUQhgu3GINWR9Y 2/EKwRpPpfhZjHDuBM0/F0mcRUWQxMaFAeDeBoEgH4Z+iLx2ou+O6s5pnmoRuX4y8MM4 j9giJUcuyN3ii1zydKdyLxO+kVS/uHzWsUhD0= MIME-Version: 1.0 Received: by 10.50.180.193 with SMTP id dq1mr745017igc.34.1323383065708; Thu, 08 Dec 2011 14:24:25 -0800 (PST) Received: by 10.231.130.66 with HTTP; Thu, 8 Dec 2011 14:24:25 -0800 (PST) In-Reply-To: <20111209021345.Y11090@sola.nimnet.asn.au> References: <4EDE2739.1040104@FreeBSD.org> <20111208132002.R16498@sola.nimnet.asn.au> <20111209021345.Y11090@sola.nimnet.asn.au> Date: Thu, 8 Dec 2011 20:24:25 -0200 Message-ID: From: Marcelo Araujo To: Ian Smith Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ipfw@freebsd.org, alan yang , Sergey Matveychuk Subject: Re: ipfw dscp support X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: araujo@FreeBSD.org List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2011 22:24:26 -0000 2011/12/8 Ian Smith > On Thu, 8 Dec 2011, Marcelo Araujo wrote: > > 2011/12/8 Ian Smith > > .. but I couldn't find that? > > Hi Ian, Here bellow there are some examples how you can use the modip: *ipfw add 10 modip tos:lowdelay ip from any to any ipfw add 11 modip dscp:af14 ip from any to any * *ipfw add 12 modip ippre:flash ip from any to any* I hope it could be useful. Best Regards, -- Marcelo Araujo araujo@FreeBSD.org