[NETFILTER] ip_conntrack: Make "hashsize" conntrack parameter writable
authorHarald Welte <laforge@netfilter.org>
Sun, 16 Oct 2005 12:22:59 +0000 (14:22 +0200)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 26 Oct 2005 02:19:27 +0000 (00:19 -0200)
It's fairly simple to resize the hash table, but currently you need to
remove and reinsert the module.  That's bad (we lose connection
state).  Harald has even offered to write a daemon which sets this
based on load.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>

No differences found