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, URIBL_BLOCKED,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 EA0D5C4363D for ; Fri, 25 Sep 2020 13:28:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE2832076D for ; Fri, 25 Sep 2020 13:28:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728451AbgIYN2g (ORCPT ); Fri, 25 Sep 2020 09:28:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728121AbgIYN2g (ORCPT ); Fri, 25 Sep 2020 09:28:36 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 11D83C0613CE for ; Fri, 25 Sep 2020 06:28:36 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1kLnm6-0005FZ-Pt; Fri, 25 Sep 2020 15:28:34 +0200 Date: Fri, 25 Sep 2020 15:28:34 +0200 From: Florian Westphal To: Mikhail Sennikovsky Cc: netfilter-devel@vger.kernel.org Subject: Re: [PATCH 0/8] Fast bulk transfers of large sets of ct entries Message-ID: <20200925132834.GC31471@breakpoint.cc> References: <20200925124919.9389-1-mikhail.sennikovskii@cloud.ionos.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200925124919.9389-1-mikhail.sennikovskii@cloud.ionos.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Mikhail Sennikovsky wrote: > In addition to this I have a question about the behavioural change > of the "conntrack -L" done after conntrack v1.4.5. > With the conntrack v1.4.5 used on Debian Buster the "conntrack -L" > dumps both ipv4 and ipv6 ct entries, while with the current master, > presumably starting with the commit 2bcbae4c14b253176d7570e6f6acc56e521ceb5e > "conntrack -L"  only dumps ipv4 entries. > > So is this really the desired behavior? I'd like conntrack to dump both by default.