summaryrefslogtreecommitdiffstats
path: root/src/multichannel.c
Commit message (Collapse)AuthorAgeFilesLines
* sync-mode: fix broken dedicated-link change in multichannel layerPablo Neira Ayuso2009-03-201-0/+6
| | | | | | | This patch fixes a problem that was introduced while adding the multichannel support. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* sync-mode: add abstract layer to make daemon independent of multicastPablo Neira Ayuso2009-03-121-0/+110
This patch reworks conntrackd to make it independent of the protocol used to propagate state-changes. This patch adds the channel layer abstraction, this layer allows you to add support for different protocols like unicast UDP or TIPC. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>