]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[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)
commiteed75f191d8318a2b144da8aae9774e1cfcae492
tree512e66c1a83911c5944270a68bf950ddc1cbde0d
parentd50a6b56f0f239cf061630c85add121dc3555339
[NETFILTER] ip_conntrack: Make "hashsize" conntrack parameter writable

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>
net/ipv4/netfilter/ip_conntrack_core.c