Re: [PATCH] ipv4 only rules (test and feedback)

2005-06-01 Thread Max Laier
Updated patch attached, please see below for details. I plan to commit this very soon now, so please test and scream *now* if anything breaks! On Wednesday 25 May 2005 16:34, Max Laier wrote: > All, > > with the recent merge of IPv6 functionality into ipfw2, ip6fw is obsolete. > As the latter i

Re: [PATCH] ipv4 only rules (test and feedback)

2005-05-28 Thread Luigi Rizzo
remember that ipfw2 lets you pass only those options you need so something like ipfw add deny proto udp ipv4 should work On Fri, May 27, 2005 at 07:32:42PM +0200, Max Laier wrote: > On Thursday 26 May 2005 13:21, Richard Tector wrote: > > Max Laier wrote: > > >With the patch attached yo

Re: [PATCH] ipv4 only rules (test and feedback)

2005-05-27 Thread Max Laier
On Thursday 26 May 2005 13:21, Richard Tector wrote: > Max Laier wrote: > >With the patch attached you can now do: > > > > ipfw add 100 deny ipv4 from any to any > >or > > ipfw add 100 deny ipv6 from any to any > > > >to block IPv4 or IPv6. > > How would you, for example, deny all udp traffic ove

Re: [PATCH] ipv4 only rules (test and feedback)

2005-05-26 Thread Richard Tector
Max Laier wrote: With the patch attached you can now do: ipfw add 100 deny ipv4 from any to any or ipfw add 100 deny ipv6 from any to any to block IPv4 or IPv6. How would you, for example, deny all udp traffic over ipv4 but not ipv6? Is this possible with ipfw2 as it stands? Kind r