summaryrefslogtreecommitdiffstats
path: root/src/ctnl.c
Commit message (Collapse)AuthorAgeFilesLines
* conntrackd: don't resync expectations if such sync has been disabledVincent Bernat2012-08-031-1/+3
| | | | | | | | 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>
* conntrackd: move ctnetlink code to ctnl.c (removed from run.c)Pablo Neira Ayuso2012-08-011-0/+522
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>