]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: ct: store proto base of ct key, if any
authorFlorian Westphal <fw@strlen.de>
Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)
committerFlorian Westphal <fw@strlen.de>
Fri, 29 Sep 2017 11:54:21 +0000 (13:54 +0200)
commit41097c80a27ab5857d29d9d831805095455c855a
treef1846db21b126dfff4c8055fdbf83ef47d23f3ee
parent0bc5399d7723d9ecab5f71c30dcaea4041366446
src: ct: store proto base of ct key, if any

ct keys can match on network and tranasport header protocol
elements, such as port numbers or ip addresses.

Store this base type so a followup commit can store and kill
dependencies, e.g. if bsae is network header we might be able
to kill an earlier expression because the dependency is implicit.

Signed-off-by: Florian Westphal <fw@strlen.de>
include/expression.h
src/ct.c