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

2006-09-25 Thread Roman Bogorodskiy
Andrey V. Elsukov wrote: 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

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

2006-09-25 Thread Thomas Vogt
Hello Roman Bogorodskiy schrieb: Andrey V. Elsukov wrote: 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).

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/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,