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=-2.2 required=3.0 tests=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 E9336C432C0 for ; Sat, 30 Nov 2019 00:04:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2419215E5 for ; Sat, 30 Nov 2019 00:04:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727146AbfK3AEZ (ORCPT ); Fri, 29 Nov 2019 19:04:25 -0500 Received: from orbyte.nwl.cc ([151.80.46.58]:45822 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727130AbfK3AEZ (ORCPT ); Fri, 29 Nov 2019 19:04:25 -0500 Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.91) (envelope-from ) id 1iaqFE-0005V7-W5; Sat, 30 Nov 2019 01:04:17 +0100 Date: Sat, 30 Nov 2019 01:04:16 +0100 From: Phil Sutter To: "Serguei Bezverkhi (sbezverk)" Cc: Arturo Borrero Gonzalez , Pablo Neira Ayuso , Florian Westphal , "netfilter-devel@vger.kernel.org" , Laura Garcia Subject: Re: Operation not supported when adding jump command Message-ID: <20191130000416.GX8016@orbyte.nwl.cc> Mail-Followup-To: Phil Sutter , "Serguei Bezverkhi (sbezverk)" , Arturo Borrero Gonzalez , Pablo Neira Ayuso , Florian Westphal , "netfilter-devel@vger.kernel.org" , Laura Garcia References: <20191127150836.GJ8016@orbyte.nwl.cc> <3AE9B74A-37FB-4CDA-86FB-143F506D6C77@cisco.com> <20191127160646.GK8016@orbyte.nwl.cc> <7C2EF59A-57A3-4E55-92EB-7D64BC0A8417@cisco.com> <20191127172210.GM8016@orbyte.nwl.cc> <739A821F-2645-41B2-AADA-AA6C34A17335@cisco.com> <20191128130814.GQ8016@orbyte.nwl.cc> <00B4F260-EA79-4EC1-B7B4-8A9C9D2C96DE@cisco.com> <20191128151511.GU8016@orbyte.nwl.cc> <97A2D022-C314-4DC4-813D-C319AE9A8DB3@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <97A2D022-C314-4DC4-813D-C319AE9A8DB3@cisco.com> 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 Hi Serguei, On Fri, Nov 29, 2019 at 08:13:21PM +0000, Serguei Bezverkhi (sbezverk) wrote: > @Phil, thanks so much for Concat suggestion. Any more points for optimization? If no, then I will move to nat portion of k8s iptables. Looks fine to me. I don't like the mark-based verdicts, but to validate those we need to see where the marks are set. Cheers, Phil