netfilter: nf_ct_dccp: add missing role attributes for DCCP
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 24 Apr 2009 14:58:41 +0000 (16:58 +0200)
committerPatrick McHardy <kaber@trash.net>
Fri, 24 Apr 2009 14:58:41 +0000 (16:58 +0200)
commit71951b64a5a87c09eb6fde59ce51aaab2fdaeab2
tree1359fc0af814b525bdeec70d3413b39dd84d2bed
parent4b0706624930dc75c3b0d0df463d89759ef7de29
netfilter: nf_ct_dccp: add missing role attributes for DCCP

This patch adds missing role attribute to the DCCP type, otherwise
the creation of entries is not of any use.

The attribute added is CTA_PROTOINFO_DCCP_ROLE which contains the
role of the conntrack original tuple.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/nfnetlink_conntrack.h
net/netfilter/nf_conntrack_proto_dccp.c