From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 37BCB7FF for ; Tue, 29 Aug 2023 01:42:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4EA57C433C7; Tue, 29 Aug 2023 01:42:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693273323; bh=+jT31R/v6F0v7pZfz8w3Zwcj3gjg00AZpFFCXY9Kfiw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=gSlmT53W4lmXkkmUPor9gCIQGCALituhePq2CCPhumqeLVLmT4rdzwYaNHHF8xzwy dmaSZd+03KxppAG8FHWdWFRYHfeQdgUgLo50leOnDRC9XF3pnktocIUVW6pIivQ6qo onswAn6qcq+kZDTNSBeKbIGhn5HbqFWA7BEtYSX1mK7CUwAnF2NwXKCqrSR8mwDASi G+c2mGQfGIuyKVJ3fR+uxKf2M7OCGwE1Ux+w0jsPfBfvNf7AHfrH9wzkiZxgFVC+wh 50j7FQqvEKQD6U8fQuV2J/bj5FtUZMYr6cPwNPZZhXjeu7N5KbkaNBxrXXk+TU+wW1 OVygx+YSAcvgg== Message-ID: <27cb2d89-4a36-ed6d-5439-03d4dd4a0c2e@kernel.org> Date: Mon, 28 Aug 2023 19:42:02 -0600 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [Questions] Some issues about IPv4/IPv6 nexthop route Content-Language: en-US To: Hangbin Liu Cc: Ido Schimmel , Stephen Hemminger , netdev@vger.kernel.org, "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Thomas Haller References: <20230724084820.4aa133cc@hermes.local> <078061ce-1411-d150-893a-d0a950c8866f@kernel.org> From: David Ahern In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 8/28/23 7:07 PM, Hangbin Liu wrote: > As I asked, The type/proto info are ignored and dropped when merge the IPv6 > nexthop entries. How should we deal with this bug? Fix it or ignore it? ok, yes, that is a bug to me since information passed in is silently dropped. Please send a patch to fix it.