Hi Peter, On Thu, Jul 07, 2022 at 05:09:34PM +0100, Peter Collinson wrote: > Pablo Neira Ayuso has asked me to send this patch to this list. It closes > https://bugzilla.netfilter.org/show_bug.cgi?id=1591. > > I was not sure if the output from git format-patch should be emailed > directly, so apologies if an attachment is not what is expected. Could you use git send-email to send you patch? Otherwise it does not show up in patchwork (more easily gets lost): https://patchwork.ozlabs.org/project/netfilter-devel/list/ Another nit: please add two line breaks after the title, so you patch description looks like: py: add full mapping to the libnftables API Allows py/nftables.py to support full mapping to the libnftables API. The changes allow python code to talk in text to the kernel rather than just using json. The Python API can now also use dryruns to test changes Thanks.