From owner-freebsd-net@freebsd.org Wed Oct 30 16:33:53 2019 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DC69A15A050 for ; Wed, 30 Oct 2019 16:33:53 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473DYF5XYqz4C09 for ; Wed, 30 Oct 2019 16:33:53 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: olivier/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 7A2ABA031 for ; Wed, 30 Oct 2019 16:33:53 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: by mail-pg1-f171.google.com with SMTP id e4so1839119pgs.1 for ; Wed, 30 Oct 2019 09:33:53 -0700 (PDT) X-Gm-Message-State: APjAAAV4HimOd0bBTuYH/3d0CCqPZCdSI1Wk6lMgkMTurDp7cpe5vtsJ GP9Pq0iRb+N/5mpT2qHrnYeWoyT8lyf+2GCnFUM= X-Google-Smtp-Source: APXvYqyPceFIIiN7+nkv5ZS6VUx8bbibV9+cNbdelM9rN5FAw+gzBqRHOoyzjSA5HH8AIn0UbmodS7i4vWNShb6G+FY= X-Received: by 2002:a63:eb47:: with SMTP id b7mr277350pgk.179.1572453232034; Wed, 30 Oct 2019 09:33:52 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Wed, 30 Oct 2019 17:33:40 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: How to disable tryforward ? To: k simon Cc: "Andrey V. Elsukov" , "freebsd-net@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2019 16:33:53 -0000 On Wed, Oct 30, 2019 at 9:44 AM k simon wrote: > Hi, Andrey, > OK, I=E2=80=99ve got it. Radix_mpath.h file is not included in i= nput.c. > Maybe someone can fix and commit it. Thanks for your reply! > > But does including this header file enough to fix ECMP forwarding ?