From 38228087252c1d5da9dc88a09d3539e9882d808e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 21 Apr 2021 01:26:46 +0200 Subject: src: add cgroupsv2 support Add support for matching on the cgroups version 2. Signed-off-by: Pablo Neira Ayuso --- include/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/socket.h') diff --git a/include/socket.h b/include/socket.h index fbfddd11..79938ccf 100644 --- a/include/socket.h +++ b/include/socket.h @@ -19,6 +19,6 @@ struct socket_template { extern const struct socket_template socket_templates[]; extern struct expr *socket_expr_alloc(const struct location *loc, - enum nft_socket_keys key); + enum nft_socket_keys key, uint32_t level); #endif /* NFTABLES_SOCKET_H */ -- cgit v1.2.3