[NETFILTER]: nf_conntrack: split out helper handling
authorMartin Josefsson <gandalf@wlug.westbo.se>
Wed, 29 Nov 2006 01:34:59 +0000 (02:34 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:31:05 +0000 (21:31 -0800)
commit7e5d03bb9d2b96fdeab0cb0c98b93e6cf7130c96
tree8214d124da1d3c098b3fcf67f46ef1ec7529cf5d
parent77ab9cff0f4112703df3ef7903c1a15adb967114
[NETFILTER]: nf_conntrack: split out helper handling

This patch splits out handling of helpers into its own file
nf_conntrack_helper.c

Signed-off-by: Martin Josefsson <gandalf@wlug.westbo.se>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/netfilter/nf_conntrack_core.h
include/net/netfilter/nf_conntrack_helper.h
net/netfilter/Makefile
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_helper.c [new file with mode: 0644]