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=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 1F2A2C433F8 for ; Wed, 24 Mar 2021 11:26:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E6DC461A10 for ; Wed, 24 Mar 2021 11:26:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234940AbhCXLZf (ORCPT ); Wed, 24 Mar 2021 07:25:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232820AbhCXLZL (ORCPT ); Wed, 24 Mar 2021 07:25:11 -0400 Received: from mail.netfilter.org (mail.netfilter.org [IPv6:2001:4b98:dc0:41:216:3eff:fe8c:2bda]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A5994C061763 for ; Wed, 24 Mar 2021 04:25:11 -0700 (PDT) Received: from us.es (unknown [90.77.255.23]) by mail.netfilter.org (Postfix) with ESMTPSA id 8ECF762BDE; Wed, 24 Mar 2021 12:25:02 +0100 (CET) Date: Wed, 24 Mar 2021 12:25:08 +0100 From: Pablo Neira Ayuso To: Mikhail Sennikovsky Cc: netfilter-devel@vger.kernel.org Subject: Re: [PATCH v3 4/8] conntrack: introduce ct_cmd_list Message-ID: <20210324112508.GB30128@salvia> References: <20210129212452.45352-1-mikhail.sennikovskii@cloud.ionos.com> <20210129212452.45352-5-mikhail.sennikovskii@cloud.ionos.com> <20210315171731.GA24971@salvia> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Wed, Mar 17, 2021 at 07:28:59PM +0100, Mikhail Sennikovsky wrote: [...] > > > + | CT_DELETE \ > > > + | CT_FLUSH \ > > > + | EXP_CREATE \ > > > + | EXP_DELETE \ > > > + | EXP_FLUSH \ > > > > Do you need expectations too? The expectation support for the > > conntrack command line tool is limited IIRC. > > Actually I do not need expectations, and I agree they can be removed for now. Yes, let's skip expectations until someone has a usecase for this. Thanks.