summaryrefslogtreecommitdiffstats
path: root/include/parser.h
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-07-27 16:35:14 +0200
committerPhil Sutter <phil@nwl.cc>2022-03-01 10:54:03 +0100
commit543bf3c2bb5e67b024231f01c9d88fb29298c72b (patch)
tree0b70319409d6aadafd3b855656a108babb0ede85 /include/parser.h
parent881058103484a20f2c81960e833075fa69805412 (diff)
scanner: import, export: Move to own scopes
In theory, one could use a common scope for both import and export commands, their parameters are identical. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'include/parser.h')
-rw-r--r--include/parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h
index 0601b410..090fd788 100644
--- a/include/parser.h
+++ b/include/parser.h
@@ -45,6 +45,8 @@ enum startcond_type {
PARSER_SC_TCP,
PARSER_SC_TYPE,
PARSER_SC_VLAN,
+ PARSER_SC_CMD_EXPORT,
+ PARSER_SC_CMD_IMPORT,
PARSER_SC_CMD_LIST,
PARSER_SC_CMD_MONITOR,
PARSER_SC_CMD_RESET,