From 0adceeab1597a3de87f5e0cc8ef364b0e1df8a4f Mon Sep 17 00:00:00 2001 From: Harsha Sharma Date: Fri, 10 Aug 2018 20:23:39 +0530 Subject: src: add ct timeout support Add support for ct timeout objects, used to assign connection tracking timeout policies. Signed-off-by: Harsha Sharma Signed-off-by: Pablo Neira Ayuso --- src/object.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/object.c') diff --git a/src/object.c b/src/object.c index 803b056..434f999 100644 --- a/src/object.c +++ b/src/object.c @@ -31,6 +31,7 @@ static struct obj_ops *obj_ops[] = { [NFT_OBJECT_CT_HELPER] = &obj_ops_ct_helper, [NFT_OBJECT_LIMIT] = &obj_ops_limit, [NFT_OBJECT_TUNNEL] = &obj_ops_tunnel, + [NFT_OBJECT_CT_TIMEOUT] = &obj_ops_ct_timeout, }; static struct obj_ops *nftnl_obj_ops_lookup(uint32_t type) -- cgit v1.2.3