[NETFILTER]: nf_conntrack: split out protocol handling
authorMartin Josefsson <gandalf@wlug.westbo.se>
Wed, 29 Nov 2006 01:35:03 +0000 (02:35 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:31:07 +0000 (21:31 -0800)
commit8f03dea52b1d0227656319e1b0822628b43791a8
tree51517b728d7d465c82e2143f1a28ddd1319911d7
parentf61801218a58381f498ae5c38ae3eae0bc73e976
[NETFILTER]: nf_conntrack: split out protocol handling

This patch splits out L3/L4 protocol handling into its own file
nf_conntrack_proto.c

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