From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61987ECAAD8 for ; Fri, 16 Sep 2022 07:42:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229518AbiIPHmM (ORCPT ); Fri, 16 Sep 2022 03:42:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbiIPHmL (ORCPT ); Fri, 16 Sep 2022 03:42:11 -0400 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C9328A2227 for ; Fri, 16 Sep 2022 00:42:09 -0700 (PDT) Date: Fri, 16 Sep 2022 09:42:06 +0200 From: Pablo Neira Ayuso To: Fernando Fernandez Mancera Cc: netfilter-devel@vger.kernel.org, Peter Collinson Subject: Re: [PATCH 1/3 nft] py: extend python API to support libnftables API Message-ID: References: <20220912105225.79025-1-ffmancera@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220912105225.79025-1-ffmancera@riseup.net> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Mon, Sep 12, 2022 at 12:52:23PM +0200, Fernando Fernandez Mancera wrote: > From: Peter Collinson > > 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 dry run to test changes. Series, applied.