]> git.ipfire.org Git - thirdparty/nftables.git/commit
tcpopt: add md5sig, fastopen and mptcp options
authorFlorian Westphal <fw@strlen.de>
Sun, 21 Nov 2021 22:33:11 +0000 (23:33 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 1 Dec 2021 13:11:39 +0000 (14:11 +0100)
commitfa86b544c03b14ea12f30ad39676a6fea88cbe05
tree9bd1fb741fb95c84c06591fd1d5ddc8be10b7cac
parentc009df1fded60c64075493c875873f05606f17ef
tcpopt: add md5sig, fastopen and mptcp options

Allow to use "fastopen", "md5sig" and "mptcp" mnemonics rather than the
raw option numbers.

These new keywords are only recognized while scanner is in tcp state.

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