diff options
author | Florian Westphal <fw@strlen.de> | 2021-03-11 14:23:09 +0100 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2021-03-16 23:59:43 +0100 |
commit | b775b928fdbd97053465e4f9eae5c4d653bdb8c3 (patch) | |
tree | 1a720d31e4190c206a47e0b4e14b316a8e3b6a55 /include/parser.h | |
parent | df4ee3171f3e3c0e85dd45d555d7d06e8c1647c5 (diff) |
scanner: vlan: move to own scope
ID needs to remain exposed as its used by ct, icmp, icmp6 and so on.
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/parser.h')
-rw-r--r-- | include/parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h index 38039677..889f9418 100644 --- a/include/parser.h +++ b/include/parser.h @@ -33,6 +33,7 @@ enum startcond_type { PARSER_SC_ETH, PARSER_SC_IP, PARSER_SC_IP6, + PARSER_SC_VLAN, PARSER_SC_EXPR_FIB, PARSER_SC_EXPR_HASH, PARSER_SC_EXPR_IPSEC, |