]> git.ipfire.org Git - thirdparty/nftables.git/commit
xt: pass octx to translate function
authorFlorian Westphal <fw@strlen.de>
Tue, 6 Nov 2018 15:06:26 +0000 (16:06 +0100)
committerFlorian Westphal <fw@strlen.de>
Mon, 12 Nov 2018 16:41:58 +0000 (17:41 +0100)
commitc15c2869168d71d07aca0221e1b37f0c5da54547
tree8869808e0c36ada3d9cb4fa67e5b609ac254598d
parentf4e40e395af2b73cd72c5454e41fb879da8c5f61
xt: pass octx to translate function

We can't use it when no translation is available as libxtables will
use plain printf(), but when translation is available we can.

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