commit | eed75f191d8318a2b144da8aae9774e1cfcae492 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Sun Oct 16 14:22:59 2005 +0200 |
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | Wed Oct 26 00:19:27 2005 -0200 |
tree | 512e66c1a83911c5944270a68bf950ddc1cbde0d | |
parent | d50a6b56f0f239cf061630c85add121dc3555339 [diff] |
[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>