From patchwork Thu Oct 20 10:09:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dichtel X-Patchwork-Id: 13012959 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 8BD00C4332F for ; Thu, 20 Oct 2022 10:10:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230027AbiJTKKQ (ORCPT ); Thu, 20 Oct 2022 06:10:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230197AbiJTKKM (ORCPT ); Thu, 20 Oct 2022 06:10:12 -0400 Received: from smtpservice.6wind.com (unknown [185.13.181.2]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 938684621C for ; Thu, 20 Oct 2022 03:09:58 -0700 (PDT) Received: from bretzel (bretzel.dev.6wind.com [10.17.1.57]) by smtpservice.6wind.com (Postfix) with ESMTPS id 65F0460077; Thu, 20 Oct 2022 12:09:57 +0200 (CEST) Received: from dichtel by bretzel with local (Exim 4.92) (envelope-from ) id 1olSUv-0003b4-Ag; Thu, 20 Oct 2022 12:09:57 +0200 From: Nicolas Dichtel To: "David S . Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet Cc: Julian Anastasov , David Ahern , netdev@vger.kernel.org Subject: [PATCH net 0/3] ip: rework the fix for dflt addr selection for connected nexthop" Date: Thu, 20 Oct 2022 12:09:49 +0200 Message-Id: <20221020100952.8748-1-nicolas.dichtel@6wind.com> X-Mailer: git-send-email 2.37.3 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org This series reworks the fix that is reverted in the second commit. As Julian explained, nhc_scope is related to nhc_gw, it's not the scope of the route. net/ipv4/fib_frontend.c | 4 ++-- net/ipv4/fib_semantics.c | 2 +- net/ipv4/nexthop.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) Comments are welcome. Regards, Nicolas Reviewed-by: Julian Anastasov