summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-30 18:11:51 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit59d184be2d17be0bec5077eb7b0724cdc21ae7aa (patch)
tree2552d38122a0a154c5932564684a0c509d567b86 /include
parent069a04507a55a2e2be7ad98749eb4f1fe4510d49 (diff)
scanner: dup, fwd, tproxy: Move to own scopes
With these three scopes in place, keyword 'to' may be isolated. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'include')
-rw-r--r--include/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index bc42229c..f32154cc 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -75,10 +75,13 @@ enum startcond_type {
PARSER_SC_EXPR_UDP,
PARSER_SC_EXPR_UDPLITE,
+ PARSER_SC_STMT_DUP,
+ PARSER_SC_STMT_FWD,
PARSER_SC_STMT_LOG,
PARSER_SC_STMT_NAT,
PARSER_SC_STMT_REJECT,
PARSER_SC_STMT_SYNPROXY,
+ PARSER_SC_STMT_TPROXY,
};
struct mnl_socket;