summaryrefslogtreecommitdiffstats
path: root/src/expr_ops.c
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2019-06-19 19:53:50 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-07-06 00:03:55 +0200
commita6a2d0c9fd97196a98cdf5f1389cd64eae7974b9 (patch)
tree360d117c307301168e8482781cde0f156db34f0d /src/expr_ops.c
parent78709f7b55aa8934f42aa40548dcdf65e6bfeb2c (diff)
src: add synproxy support
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
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,