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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF630C433FF for ; Wed, 31 Jul 2019 17:45:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2C17208E4 for ; Wed, 31 Jul 2019 17:45:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729479AbfGaRpq (ORCPT ); Wed, 31 Jul 2019 13:45:46 -0400 Received: from orbyte.nwl.cc ([151.80.46.58]:41054 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727502AbfGaRpp (ORCPT ); Wed, 31 Jul 2019 13:45:45 -0400 Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.91) (envelope-from ) id 1hssfX-0006ee-PY; Wed, 31 Jul 2019 19:45:43 +0200 Date: Wed, 31 Jul 2019 19:45:43 +0200 From: Phil Sutter To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org Subject: Re: [iptables PATCH 5/5] xtables-monitor: Add family-specific aliases Message-ID: <20190731174543.GP14469@orbyte.nwl.cc> Mail-Followup-To: Phil Sutter , Pablo Neira Ayuso , netfilter-devel@vger.kernel.org References: <20190731163915.22232-1-phil@nwl.cc> <20190731163915.22232-6-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190731163915.22232-6-phil@nwl.cc> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Wed, Jul 31, 2019 at 06:39:15PM +0200, Phil Sutter wrote: > Allow for more intuitive xtables-monitor use, e.g. 'ebtables-monitor' > instead of 'xtables-monitor --bridge'. This needs separate main > functions to call from xtables-nft-multi.c and in turn allows to > properly initialize for each family. The latter is required to correctly > print e.g. rules using ebtables extensions. > > Signed-off-by: Phil Sutter This one needs a v2, I forgot to update iptables/.gitignore. Sorry, Phil