Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-03 | conntrackd: don't resync expectations if such sync has been disabled | Vincent Bernat | |
conntrackd was segfaulting with `ExpectationSync` set to `Off` and PollSecs (polling mode) in use. Signed-off-by: Vincent Bernat <bernat@luffy.cx> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | |||
2012-08-01 | conntrackd: move ctnetlink code to ctnl.c (removed from run.c) | Pablo Neira Ayuso | |
This patch moves the specific ctnetlink code to ctnl.c to prepare the introduction of the cthelper infrastructure. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |