From 22c8af6991eab12a87fec4f06559e1d7ea3826f1 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 14 Dec 2012 12:42:48 +0100 Subject: api: add CTA_LABEL_MASK attribute handling allows to set/clear only a subset of the in-kernel label set, e.g. "set bit 1 and do not change any others". Signed-off-by: Florian Westphal --- include/internal/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/internal') diff --git a/include/internal/object.h b/include/internal/object.h index bbb038a..540ad0d 100644 --- a/include/internal/object.h +++ b/include/internal/object.h @@ -191,6 +191,7 @@ struct nf_conntrack { size_t helper_info_len; struct nfct_bitmask *connlabels; + struct nfct_bitmask *connlabels_mask; }; /* -- cgit v1.2.3