From owner-freebsd-net@FreeBSD.ORG Wed Aug 8 14:14:04 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BF22B1065688 for ; Wed, 8 Aug 2012 14:14:03 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5958FC1B for ; Wed, 8 Aug 2012 14:14:02 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so671172wgb.31 for ; Wed, 08 Aug 2012 07:14:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=WBrVmD+YJ/NTwTTW4uUnem2tAPvCLAnSe/oXMqAfPqk=; b=BpAUjEjP95SmmiNCiPxE2xnWUKr8YGGycaQdwrFmSiiFNUQMd3Iu3UdfFf89Y8xC4j 5X2hZvvVQS3Wy3D0bBIiZHRAs99UkvAYuZ7G642BCO/ZqDXB/qVzQBkJGkyGV53MGu2S f6RPwJwxRUGaUFgiOCR2KXymyw3PIEk/q8u1oiTgOVqc0OELP0CghJ+TCrAMXTa4Etr7 JGaYvTMgegXYGRy2iywDfItehlXgsN4VLnKtpaI+Tpbczbc8sBInwWFy0XQ6CCAw3Fsr oJIBofm1Mh27yBmeVUFFbVLerLXNa1Fu+hkVc/DN8V/Pa7qubNzKsskY1fekuSogAvyY cMtg== Received: by 10.180.75.209 with SMTP id e17mr3623056wiw.0.1344435241898; Wed, 08 Aug 2012 07:14:01 -0700 (PDT) Received: from ndenevsa.sf.moneybookers.net (g1.moneybookers.com. [217.18.249.148]) by mx.google.com with ESMTPS id h9sm5330300wiz.1.2012.08.08.07.14.00 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Aug 2012 07:14:00 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) Content-Type: text/plain; charset=iso-8859-1 From: Nikolay Denev In-Reply-To: Date: Wed, 8 Aug 2012 17:14:02 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: h bagade X-Mailer: Apple Mail (2.1485) Cc: freebsd-net@freebsd.org Subject: Re: how to set dscp field using altq? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2012 14:14:04 -0000 On Aug 8, 2012, at 10:31 AM, h bagade wrote: > Hi all, >=20 > I want to use combination of pf and the embedded altq to set the dscp = field > on a group of packets. I didn't find any relevant configuration on = pf.conf > manual, but I find out some tips which mention that altq has the = ability to > do the diffserv. I need to know if there is such a possibility in altq > embedded in pf and how to do so? >=20 > Any hints or comments are really appreciated > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" Probably you want to look at ng_patch(8) as it seems is the only way to = do this kind of packet modification at the moment.