Re: kern/103454: [ipfw] [patch] add a facility to modify DF bit of the IP packet

2006-09-21 Thread Mark Linimon
Synopsis: [ipfw] [patch] add a facility to modify DF bit of the IP packet Responsible-Changed-From-To: freebsd-bugs-freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 21 11:26:49 UTC 2006 Responsible-Changed-Why: Over to maintainer(s).

Re: kern/103328: sugestions about ipfw table

2006-09-21 Thread Mark Linimon
Synopsis: sugestions about ipfw table Responsible-Changed-From-To: freebsd-bugs-freebsd-ipfw Responsible-Changed-By: linimon Responsible-Changed-When: Thu Sep 21 11:37:46 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=103328

Help about dynamic rule Dummynet

2006-09-21 Thread budsz
Hi, I've old problem with dynamic rule dummynet. I've internet cafe and of couse they could using download accelerator for download large file from HTTP/FTP server. In this case they use Freshget or something like that. In /etc/rc.firewall I have rule like: # Downstream for client

Re: kern/103454: [ipfw] [patch] add a facility to modify DF bit of the IP packet

2006-09-21 Thread Andrey V. Elsukov
Roman Bogorodskiy wrote: +.It Cm setdf Ar value +Changes +.Cm DF +bit of the IP packet. +Value may be 0 (May Fragment) or 1 (Don't Fragment). May be, it would be more handy make this feature via modifier (not an action). Rule format: action [setdf|resetdf] rule body Or more extensible,