]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: expr: add and use internal expr_ops helper
authorFlorian Westphal <fw@strlen.de>
Fri, 8 Feb 2019 16:02:21 +0000 (17:02 +0100)
committerFlorian Westphal <fw@strlen.de>
Fri, 8 Feb 2019 20:22:47 +0000 (21:22 +0100)
commit2cc91e6198e7ee8b9d0f8727c67a849fec393cd0
tree73735f871ae57a6d95d34898c27491bc84a30e4a
parentcc6fef3521c2fdfba4b1daf7be09349e7d807ae1
src: expr: add and use internal expr_ops helper

This helper will eventually lookup the correct expr_ops
struct, so we can get rid of the expr->ops pointer.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
src/expression.c