summaryrefslogtreecommitdiffstats
path: root/src/expr_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr_ops.c')
-rw-r--r--src/expr_ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr_ops.c b/src/expr_ops.c
index 7a0e1e3..041bd35 100644
--- a/src/expr_ops.c
+++ b/src/expr_ops.c
@@ -33,6 +33,7 @@ extern struct expr_ops expr_ops_target;
extern struct expr_ops expr_ops_dynset;
extern struct expr_ops expr_ops_hash;
extern struct expr_ops expr_ops_fib;
+extern struct expr_ops expr_ops_flow;
static struct expr_ops expr_ops_notrack = {
.name = "notrack",
@@ -69,6 +70,7 @@ static struct expr_ops *expr_ops[] = {
&expr_ops_hash,
&expr_ops_fib,
&expr_ops_objref,
+ &expr_ops_flow,
NULL,
};