]> git.ipfire.org Git - thirdparty/iptables.git/commit
nft: Fix for non-verbose check command
authorPhil Sutter <phil@nwl.cc>
Tue, 3 Aug 2021 08:55:20 +0000 (10:55 +0200)
committerPhil Sutter <phil@nwl.cc>
Tue, 3 Aug 2021 09:26:12 +0000 (11:26 +0200)
commit57d1422dbbc41c36ed2e9f6c67aa040c65a429a0
treebdaddc268c457ba4a76a523717351ff2fa9e85df
parent263186372dc4ae6a54a29bea644bcf1fc8dc3fc0
nft: Fix for non-verbose check command

Check command was unconditionally verbose since v1.8.5. Make it respect
--verbose option again.

Fixes: a7f1e208cdf9c ("nft: split parsing from netlink commands")
Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/nft.c