On Fri, Aug 29, 2025 at 5:08 PM Florian Westphal <fw@xxxxxxxxx> wrote: > It breaks nftables .py tests: > > tests/py/nft-test.py > inet/rt.t: OK > inet/ct.t: ERROR: line 7: add rule inet test-inet input meta nfproto ipv4 ct original saddr 1.2.3.4: This rule should not have failed. > inet/ct.t: OK Apologies, I didn’t run the nftables Python tests. Thanks for pointing me in the right direction. It seems I mistakenly assumed that NFT_CT_SRC and NFT_CT_DST were never used in inet tables. I’ll look into this further and try to come up with a better approach.