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 A1884C433F5 for ; Sat, 15 Jan 2022 17:04:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230334AbiAOREn (ORCPT ); Sat, 15 Jan 2022 12:04:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36118 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbiAOREn (ORCPT ); Sat, 15 Jan 2022 12:04:43 -0500 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB899C061574 for ; Sat, 15 Jan 2022 09:04:42 -0800 (PST) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1n8mTp-0006cD-3W; Sat, 15 Jan 2022 18:04:41 +0100 Date: Sat, 15 Jan 2022 18:04:41 +0100 From: Florian Westphal To: Phil Sutter Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org Subject: Re: [iptables PATCH] extensions: *NAT: Kill multiple IPv4 range support Message-ID: References: <20220110163130.7517-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220110163130.7517-1-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Phil Sutter wrote: > It is the year of the great revolution, nobody cares about kernel > versions below 2.6.11 anymore. Time to get rid of the cruft. > > While being at it, drop the explicit duplicate argument check and > instead just remove XTOPT_MULTI flag from the respective > xt_option_entry. Acked-by: Florian Westphal