From f4621a6f870644af934869d52bf24137c76910db Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 5 Sep 2018 11:16:41 +0200 Subject: expr: add xfrm support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Joint work with Máté Eckl. Signed-off-by: Florian Westphal Acked-by: Pablo Neira Ayuso --- src/expr_ops.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/expr_ops.c') diff --git a/src/expr_ops.c b/src/expr_ops.c index d418c3e..051140f 100644 --- a/src/expr_ops.c +++ b/src/expr_ops.c @@ -39,6 +39,7 @@ extern struct expr_ops expr_ops_flow; extern struct expr_ops expr_ops_socket; extern struct expr_ops expr_ops_tunnel; extern struct expr_ops expr_ops_osf; +extern struct expr_ops expr_ops_xfrm; static struct expr_ops expr_ops_notrack = { .name = "notrack", @@ -81,6 +82,7 @@ static struct expr_ops *expr_ops[] = { &expr_ops_socket, &expr_ops_tunnel, &expr_ops_osf, + &expr_ops_xfrm, NULL, }; -- cgit v1.2.3