From aaf20ad0dc22d2ebcad1b2c43288e984f0efe2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Fri, 28 Sep 2018 18:21:15 +0200 Subject: src: add support for new secmark object MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new object will hold security context strings. Signed-off-by: Christian Göttsche Signed-off-by: Pablo Neira Ayuso --- include/libnftnl/object.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libnftnl/object.h') diff --git a/include/libnftnl/object.h b/include/libnftnl/object.h index 0279705..4ce2230 100644 --- a/include/libnftnl/object.h +++ b/include/libnftnl/object.h @@ -97,6 +97,10 @@ enum { NFTNL_OBJ_TUNNEL_ERSPAN_V2_DIR, }; +enum { + NFTNL_OBJ_SECMARK_CTX = NFTNL_OBJ_BASE, +}; + struct nftnl_obj; struct nftnl_obj *nftnl_obj_alloc(void); -- cgit v1.2.3