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 5A27EC6FD19 for ; Fri, 10 Mar 2023 21:02:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231673AbjCJVC2 (ORCPT ); Fri, 10 Mar 2023 16:02:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231637AbjCJVCK (ORCPT ); Fri, 10 Mar 2023 16:02:10 -0500 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 695D710A13E for ; Fri, 10 Mar 2023 13:01:29 -0800 (PST) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1pajrj-0008K4-S8; Fri, 10 Mar 2023 22:01:27 +0100 Date: Fri, 10 Mar 2023 22:01:27 +0100 From: Phil Sutter To: Jozsef Kadlecsik Cc: netfilter-devel@vger.kernel.org, Pablo Neira Ayuso Subject: Re: [ipset PATCH] tests: hash:ip,port.t: Replace VRRP by GRE protocol Message-ID: Mail-Followup-To: Phil Sutter , Jozsef Kadlecsik , netfilter-devel@vger.kernel.org, Pablo Neira Ayuso References: <20230310174903.5089-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230310174903.5089-1-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Fri, Mar 10, 2023 at 06:49:03PM +0100, Phil Sutter wrote: > Some systems may not have "vrrp" as alias to "carp" yet, so use a > protocol which is less likely to cause problems for testing purposes. > > Fixes: a67aa712ed912 ("tests: hash:ip,port.t: 'vrrp' is printed as 'carp'") > Signed-off-by: Phil Sutter Patch applied.