From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arturo Borrero Gonzalez Subject: FYI - how to use libnftables in python Date: Mon, 23 Nov 2020 11:45:58 +0100 Message-ID: <8f3e284a-d60d-9241-5bea-89ecb8e166d8@netfilter.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Content-Language: en-US List-ID: Content-Type: text/plain; charset="us-ascii" To: "netfilter@vger.kernel.org" Hi there, I wrote a small blogpost with information on how to use libnftables from your pytuon code: https://ral-arturo.org/2020/11/22/python-nftables-tutorial.html Paired with this post, I also created a git repository to host several source code examples: https://github.com/aborrero/python-nftables-tutorial I plan to add more code examples as I find the time to learn and create them. Of course, patches with other example ideas are welcome. regards.