From: Harald Welte Date: Sun, 16 Oct 2005 12:22:59 +0000 (+0200) Subject: [NETFILTER] ip_conntrack: Make "hashsize" conntrack parameter writable X-Git-Tag: v2.6.15-rc1~733^2~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eed75f191d8318a2b144da8aae9774e1cfcae492;p=pandora-kernel.git [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 Signed-off-by: Harald Welte Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed