Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-17 | conntrackd: fix `conntrackd -c' if external cache is disabled | Pablo Neira Ayuso | |
This patch fixes a hung that occurs if you invoke `conntrackd -c' and you have disabled the external cache. Note that `conntrackd -c' does nothing since there is no entries in the external cache to be committed. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2009-08-19 | conntrackd: add `DisableExternalCache' clause | Pablo Neira Ayuso | |
This patch adds the clause `DisableExternalCache' that allows you to disable the external cache and to directly inject the entries into the kernel conntrack table. As a result, the CPU consumption of conntrackd increases. This clause can only be used with the FT-FW and the notrack synchronization modes, but not with the alarm mode. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |