Hi, On Wed, Dec 04, 2019 at 06:49:27PM +0100, Pablo Neira Ayuso wrote: > On Wed, Dec 04, 2019 at 10:06:05AM +0100, Phil Sutter wrote: > > Fixed commit missed to update this conditional call to > > nft_rule_print_save(). > > > > Fixes: 1e8ef6a584754 ("nft: family_ops: Pass nft_handle to 'rule_to_cs' callback") > > Signed-off-by: Phil Sutter <phil@xxxxxx> > > If you still find all this debugging useful. > > Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > > Otherwise, remove the nft DEBUG is another option. IIRC those were > added at very early stage to fix a few issues with -D and -C commands. > > Pick the one you prefer. Thanks! While it's definitely not as convenient as calling 'nft --debug=<foo>', it's better than nothing. So I'm rather tempted to try and implement a permanent debug output option although all the added jumps will probably kill kubernetes. ;) Cheers, Phil