From 7f7850fd393647fda95ff6441a0cc80071ce54d6 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Wed, 25 Jul 2018 01:34:28 +0200 Subject: expr: add osf support Signed-off-by: Fernando Fernandez Mancera Signed-off-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 72a4679..23a9bcc 100644 --- a/src/expr_ops.c +++ b/src/expr_ops.c @@ -37,6 +37,7 @@ extern struct expr_ops expr_ops_hash; extern struct expr_ops expr_ops_fib; extern struct expr_ops expr_ops_flow; extern struct expr_ops expr_ops_socket; +extern struct expr_ops expr_ops_osf; static struct expr_ops expr_ops_notrack = { .name = "notrack", @@ -77,6 +78,7 @@ static struct expr_ops *expr_ops[] = { &expr_ops_objref, &expr_ops_flow, &expr_ops_socket, + &expr_ops_osf, NULL, }; -- cgit v1.2.3