]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit12e22f025ea4e77151f1d3930c9ded82851f3f48
tree1359fc0af814b525bdeec70d3413b39dd84d2bed
parente444670e2fe3c4fe578106684c0981dba2ab7e78
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