Most of the code is copy&paste from the udp one; most of the udp functions can also be used for udplite.
include/net/netfilter/ipv4/nf_conntrack_ipv4.h | 1 include/net/netfilter/ipv6/nf_conntrack_ipv6.h | 1 include/net/netns/conntrack.h | 16 - net/netfilter/Makefile | 2 net/netfilter/nf_conntrack_proto_udp.c | 123 ++++++++ net/netfilter/nf_nat_proto_udp.c | 78 ++++- net/netfilter/nf_conntrack_proto_udplite.c | 324 ----------------------- net/netfilter/nf_nat_proto_udplite.c | 73 ----- 8 files changed, 191 insertions(+), 427 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html