From owner-freebsd-pf@FreeBSD.ORG Wed Nov 30 21:54:06 2011 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68970106566C for ; Wed, 30 Nov 2011 21:54:06 +0000 (UTC) (envelope-from alancyang@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 059BC8FC1B for ; Wed, 30 Nov 2011 21:54:05 +0000 (UTC) Received: by faak28 with SMTP id k28so1419871faa.13 for ; Wed, 30 Nov 2011 13:54:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=+BZhNXeOwalPxWx+z7YiVx1xDyoSfxUtzZ9Wyl/TkTs=; b=Nx9HyxN2oHKy748omu+NLQwPXKOKhpH7jlqIC6CSKA+4/ZPL43sacjj2npAm2ycwOH Nr/S3Ybcuesffx0UN640nx2yk4twJXk/NspKSm+OAz+rSVVftAyrh3sYADIpVr3XlXRj +exNMeiBkNyY0npoP1BeuHYgWUI//7Uh0C8Rc= MIME-Version: 1.0 Received: by 10.180.84.10 with SMTP id u10mr223815wiy.65.1322688497657; Wed, 30 Nov 2011 13:28:17 -0800 (PST) Received: by 10.216.168.195 with HTTP; Wed, 30 Nov 2011 13:28:17 -0800 (PST) Date: Wed, 30 Nov 2011 13:28:17 -0800 Message-ID: From: alan yang To: freebsd-pf@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: pf + ALTQ and DiffServ on FreeBSD 8.2 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 21:54:06 -0000 Hello, I am searching for DiffServ implementation for FreeBSD. Looking at FreeBSD 8.2 release, and wonder: 1) how close pf + ALTQ could be used as DiffServ framework to develop functions defined in DIFFSERV-MIB? 2) altqd, altq.conf is not available, for ALTQ configuration those have to be ported? 3) SNMP diffserv MIB implementation, heard it would be available at 9.0 release? 4) /dev/altq not exist for FreeBSD 8.0 system? Thanks in advance for shedding lights! Regards, Alan