]> git.ipfire.org Git - thirdparty/nftables.git/commit
scanner: add tcp flex scope
authorFlorian Westphal <fw@strlen.de>
Sun, 21 Nov 2021 22:33:05 +0000 (23:33 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 1 Dec 2021 13:11:39 +0000 (14:11 +0100)
commit2b45b340429a761321cc9761c66375eb525dc097
treee82bcf9e7fc198c26cf72769d4f03954cf2413a1
parentd59a09f33eb14c5a53535d4830a158568746babe
scanner: add tcp flex scope

This moves tcp options not used anywhere else (e.g. in synproxy) to a
distinct scope.  This will also allow to avoid exposing new option
keywords in the ruleset context.

Signed-off-by: Florian Westphal <fw@strlen.de>
include/parser.h
src/parser_bison.y
src/scanner.l