From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] mpls: allow routes on ip6gre devices Date: Wed, 19 Sep 2018 23:05:10 -0700 (PDT) Message-ID: <20180919.230510.2011747650653140859.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, calvinowens@fb.com, has@fb.com To: saifhhasan@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:35374 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731240AbeITLq4 (ORCPT ); Thu, 20 Sep 2018 07:46:56 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Saif Hasan Date: Wed, 19 Sep 2018 12:59:24 -0700 > @@ -1533,10 +1533,11 @@ static int mpls_dev_notify(struct > notifier_block *this, unsigned long event, > unsigned int flags; > > if (event == NETDEV_REGISTER) { > - /* For now just support Ethernet, IPGRE, SIT and IPIP devices */ > + /* For now just support Ethernet, IPGRE, IP6GRE, SIT and IPIP devices */ > if (dev->type == ARPHRD_ETHER || Your email client has corrupted this patch, please fix.