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 496E4C6FA99 for ; Fri, 10 Mar 2023 18:27:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230386AbjCJS1X (ORCPT ); Fri, 10 Mar 2023 13:27:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53776 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229994AbjCJS1W (ORCPT ); Fri, 10 Mar 2023 13:27:22 -0500 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9E1535CEFF for ; Fri, 10 Mar 2023 10:27:21 -0800 (PST) Date: Fri, 10 Mar 2023 19:27:18 +0100 From: Pablo Neira Ayuso To: Phil Sutter Cc: Jozsef Kadlecsik , netfilter-devel@vger.kernel.org Subject: Re: [ipset PATCH] tests: hash:ip,port.t: Replace VRRP by GRE protocol Message-ID: References: <20230310174903.5089-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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. LGTM, thanks