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 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,
};