From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net] mpls: allow routes on ip6gre devices Date: Mon, 24 Sep 2018 12:20:10 -0700 (PDT) Message-ID: <20180924.122010.1910030234241865141.davem@davemloft.net> References: <20180921213005.3595560-1-has@fb.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, calvinowens@fb.com, saifhhasan@gmail.com To: has@fb.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:50998 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729645AbeIYBXt (ORCPT ); Mon, 24 Sep 2018 21:23:49 -0400 In-Reply-To: <20180921213005.3595560-1-has@fb.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Saif Hasan Date: Fri, 21 Sep 2018 14:30:05 -0700 > Summary: > > This appears to be necessary and sufficient change to enable `MPLS` on > `ip6gre` tunnels (RFC4023). > > This diff allows IP6GRE devices to be recognized by MPLS kernel module > and hence user can configure interface to accept packets with mpls > headers as well setup mpls routes on them. > > Test Plan: ... > Signed-off-by: Saif Hasan Applied.