All of lore.kernel.org
 help / color / mirror / Atom feed
* hi,anyone know where ippool v2.0 goes.
@ 2002-10-03  5:57 dais
  2002-10-03  6:53 ` Joakim Axelsson
  0 siblings, 1 reply; 4+ messages in thread
From: dais @ 2002-10-03  5:57 UTC (permalink / raw)
  To: netfilter-devel

hi,

    i searched the list and find somebody rewrite ippool 
and aimed to add hash mode that is very useful in my opinion.
but i can't find anything more.If nobody continues,i'll consider 
to do that.any advices?
    thx
    Pluto.Dai

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hi,anyone know where ippool v2.0 goes.
  2002-10-03  5:57 hi,anyone know where ippool v2.0 goes dais
@ 2002-10-03  6:53 ` Joakim Axelsson
  2002-10-03  7:46   ` Joakim Axelsson
  0 siblings, 1 reply; 4+ messages in thread
From: Joakim Axelsson @ 2002-10-03  6:53 UTC (permalink / raw)
  To: dais; +Cc: netfilter-devel

2002-10-03 13:57:22+0800, dais <dais@ccert.edu.cn> ->
> hi,
> 
>     i searched the list and find somebody rewrite ippool 
> and aimed to add hash mode that is very useful in my opinion.
> but i can't find anything more.If nobody continues,i'll consider 
> to do that.any advices?
>     thx
>     Pluto.Dai
> 

Code is almost finished. Havn't had time to put the last things togther
though.

-- 
/Joakim Axelsson A.K.A Gozem@EFnet

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hi,anyone know where ippool v2.0 goes.
  2002-10-03  6:53 ` Joakim Axelsson
@ 2002-10-03  7:46   ` Joakim Axelsson
  2002-10-03  9:24     ` dais
  0 siblings, 1 reply; 4+ messages in thread
From: Joakim Axelsson @ 2002-10-03  7:46 UTC (permalink / raw)
  To: dais, netfilter-devel

2002-10-03 08:53:26+0200, Joakim Axelsson <gozem@aaricia.hemmet.chalmers.se> ->
> 2002-10-03 13:57:22+0800, dais <dais@ccert.edu.cn> ->
> > hi,
> > 
> >     i searched the list and find somebody rewrite ippool 
> > and aimed to add hash mode that is very useful in my opinion.
> > but i can't find anything more.If nobody continues,i'll consider 
> > to do that.any advices?
> >     thx
> >     Pluto.Dai
> > 
> 
> Code is almost finished. Havn't had time to put the last things togther
> though.
> 

You can find the code so far at:
http://aaricia.hemmet.chalmers.se/~gozem/ippool/

Please understand that this code is HIGHLY under development. However this
code seams stable, but not finished on all parts. Its NOT a patch so you
have to have good knowlage about how to install additional files and get
them to work with Makefiles etc. in kernel. Please do not ask me how to
install it. If you don't know you shouldn't be using this code (yet).

Also, the API between ippool mainframe and the ippool pool-types are subject
to change. So don't put in too much work into writing your own pool-types
unless preperad to convert them fiting a new API.

Unfinished parts:
* ippool -R and -S (restore and save) is not yet implemented.
* Will move the looks from mainfram to each pooltype to handle instead.
* Add a few more pooltype: hash, timehash, nettree, portbitmap, accounting,
  limitbitmaps.
* Also convert it more to not only handle IP, but handle skbs instead,
  meaning a pool can contain anything matching a skb. eg. ipv4, ipv6,
  tcp-ports. This is almost finished.

A side note. This is ippool 0.3, the ippool in netfilter cvs is 0.1. When
stable it will go 1.0

Have fun! :-)

-- 
/Joakim Axelsson A.K.A Gozem@EFnet

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: hi,anyone know where ippool v2.0 goes.
  2002-10-03  7:46   ` Joakim Axelsson
@ 2002-10-03  9:24     ` dais
  0 siblings, 0 replies; 4+ messages in thread
From: dais @ 2002-10-03  9:24 UTC (permalink / raw)
  To: 'Joakim Axelsson', netfilter-devel

got it.
thank you very much:-)

> -----Original Message-----
> From: netfilter-devel-admin@lists.netfilter.org 
> [mailto:netfilter-devel-admin@lists.netfilter.org] On Behalf 
> Of Joakim Axelsson
> Sent: Thursday, October 03, 2002 3:47 PM
> To: dais; netfilter-devel@lists.netfilter.org
> Subject: Re: hi,anyone know where ippool v2.0 goes.
> 
> 
> 2002-10-03 08:53:26+0200, Joakim Axelsson 
> <gozem@aaricia.hemmet.chalmers.se> ->
> > 2002-10-03 13:57:22+0800, dais <dais@ccert.edu.cn> ->
> > > hi,
> > > 
> > >     i searched the list and find somebody rewrite ippool
> > > and aimed to add hash mode that is very useful in my opinion.
> > > but i can't find anything more.If nobody continues,i'll consider 
> > > to do that.any advices?
> > >     thx
> > >     Pluto.Dai
> > > 
> > 
> > Code is almost finished. Havn't had time to put the last things 
> > togther though.
> > 
> 
> You can find the code so far at: 
> http://aaricia.hemmet.chalmers.se/~gozem/ippool/
> 
> Please 
> understand that this code is HIGHLY under development. 
> However this code seams stable, but not finished on all 
> parts. Its NOT a patch so you have to have good knowlage 
> about how to install additional files and get them to work 
> with Makefiles etc. in kernel. Please do not ask me how to 
> install it. If you don't know you shouldn't be using this code (yet).
> 
> Also, the API between ippool mainframe and the ippool 
> pool-types are subject to change. So don't put in too much 
> work into writing your own pool-types unless preperad to 
> convert them fiting a new API.
> 
> Unfinished parts:
> * ippool -R and -S (restore and save) is not yet implemented.
> * Will move the looks from mainfram to each pooltype to 
> handle instead.
> * Add a few more pooltype: hash, timehash, nettree, 
> portbitmap, accounting,
>   limitbitmaps.
> * Also convert it more to not only handle IP, but handle skbs instead,
>   meaning a pool can contain anything matching a skb. eg. ipv4, ipv6,
>   tcp-ports. This is almost finished.
> 
> A side note. This is ippool 0.3, the ippool in netfilter cvs 
> is 0.1. When stable it will go 1.0
> 
> Have fun! :-)
> 
> -- 
> /Joakim Axelsson A.K.A Gozem@EFnet
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-03  9:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-03  5:57 hi,anyone know where ippool v2.0 goes dais
2002-10-03  6:53 ` Joakim Axelsson
2002-10-03  7:46   ` Joakim Axelsson
2002-10-03  9:24     ` dais

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.