Re: [PATCH net] mpls: allow routes on ip6gre devices

2018-09-19 Thread David Miller
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

[PATCH net] mpls: allow routes on ip6gre devices

2018-09-19 Thread Saif Hasan
>From e4f144286efe0f298c11efe58e17b1ab91c7ee3f Mon Sep 17 00:00:00 2001 From: Saif Hasan Date: Mon, 17 Sep 2018 16:28:54 -0700 Subject: [PATCH] mpls: allow routes on ip6gre devices Summary: This appears to be necessary and sufficient change to enable `MPLS` on `ip6gre` tunnels (RFC4023). This d