Re: kern/102471: [ipfw] [patch] add tos and dscp support

2013-03-12 Thread melifaro
Synopsis: [ipfw] [patch] add tos and dscp support Responsible-Changed-From-To: freebsd-ipfw-melifaro Responsible-Changed-By: melifaro Responsible-Changed-When: Tue Mar 12 13:27:21 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=102471

Re: ipfw dscp support

2011-12-20 Thread alan yang
- ipfw add 100 divert tcp from any to any via em0ipfw add 101 divert udp from any to any via em0 ipfw add 500 allow altq root_em0 ip from any to any via em0 ipfw add 1010 modip dscp:AF11 ip from any to any out divertedipfw add 1020 allow altq ftp ip from any to any out diverted 65535

Re: ipfw dscp support

2011-12-19 Thread alan yang
Hi Marcelo, Thanks for the modip work! I am trying to see: - ipfw rule to divert traffic for ipfw-classifyd - ipfw-classifyd to classify specific traffic: ftp, sip, ...etc. - ipfw-classifyd to reinject traffic with sin-port set according to application flow (ftp == 1000, sip

Re: ipfw dscp support

2011-12-19 Thread Ian Smith
On Mon, 19 Dec 2011, alan yang wrote: Hi Marcelo, Thanks for the modip work! I still haven't found any docs like the manpage patches or even a clear description. I know such things seem obvious to the programmer :) but a few examples really don't cut it for me, even with reference to

Re: ipfw dscp support

2011-12-08 Thread Marcelo Araujo
2011/12/8 Ian Smith smi...@nimnet.asn.au The PR you pointed to (kern/102471) includes some description, update to ipfw(8) and some references. It doesn't mention any 'modip' action. I can't guess what 'modip' is even supposed to mean, let alone how it's supposed to work? Hi Ian, Here is

Re: ipfw dscp support

2011-12-08 Thread Ian Smith
On Thu, 8 Dec 2011, Marcelo Araujo wrote: 2011/12/8 Ian Smith smi...@nimnet.asn.au The PR you pointed to (kern/102471) includes some description, update to ipfw(8) and some references. It doesn't mention any 'modip' action. I can't guess what 'modip' is even supposed to mean,

Re: ipfw dscp support

2011-12-07 Thread Ian Smith
On Tue, 6 Dec 2011, alan yang wrote: Hi Sergey, I found from FreeBSD forum dated Aug. 2009 with the following: vlad2005 Insufficient information to locate a forum post. URL, please? ... Anyway, testing with improvement from patch, give desired result. Code: ipfw add 20 count

Re: ipfw dscp support

2011-12-06 Thread alan yang
Hi Sergey, I found from FreeBSD forum dated Aug. 2009 with the following: vlad2005 ... Anyway, testing with improvement from patch, give desired result. Code: ipfw add 20 count ip from any to any dscp AF11 Show command from ipfw look ok. Code: freebsd# ipfw show 00010 959 82291 modip dscp:AF11

Re: ipfw dscp support

2011-12-06 Thread Marcelo Araujo
Hi guys, The modip was a patch that I wrote at 2008. A lot of people asked me to re-write it, as I came(last week) from a long trip to ASIA(4 months), I’m trying to find time to re-write it, but in other hand, regards the Christmas Day and the new year, and also my master degree, I don’t believe

Re: dscp support

2007-09-05 Thread Hideki Yamamoto
Hi, I also agree with Greg's opinion. I had found a small bug in this patch and have planned to extend it to IPv6 packet. I am now testing my new patch. Please take care of using it. From: Greg Skafte [EMAIL PROTECTED] Subject: dscp support Date: Mon, 27 Aug 2007 11:47:22 -0600 Message-ID

dscp support

2007-08-27 Thread Greg Skafte
did anyone every take a more indepth look at kern/102471 (tos and scp support). It would be useful for doing more advanced work with VOIP and more advanced queueing with equipment that manipulates dscp fields (avaya pbx's and cisco sip products) -- Email: [EMAIL PROTECTED] Contact me for

Re: kern/102471: [ipfw] [patch] add tos and dscp support

2006-08-24 Thread Roman Bogorodskiy
Synopsis: [ipfw] [patch] add tos and dscp support Responsible-Changed-From-To: freebsd-bugs-freebsd-ipfw Responsible-Changed-By: novel Responsible-Changed-When: Thu Aug 24 07:39:28 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=102471