]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb6e947c0c80e2d83a44eeca089217f054ce90d98
tree8214d124da1d3c098b3fcf67f46ef1ec7529cf5d
parentda3dec82bbd82ffc62cf137e1c1c74783aa187fa
[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]