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 051140f..3538dd6 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_synproxy;
extern struct expr_ops expr_ops_tunnel;
extern struct expr_ops expr_ops_osf;
extern struct expr_ops expr_ops_xfrm;
@@ -80,6 +81,7 @@ static struct expr_ops *expr_ops[] = {
&expr_ops_objref,
&expr_ops_flow,
&expr_ops_socket,
+ &expr_ops_synproxy,
&expr_ops_tunnel,
&expr_ops_osf,
&expr_ops_xfrm,