Re: [PATCH net-next] net: sit: Update lookup to handle links set to L3 slave

2017-10-31 Thread David Miller
From: David Ahern Date: Mon, 30 Oct 2017 10:07:17 -0700 > Using SIT tunnels with VRFs works fine if the underlay device is in a > VRF and the link parameter is set to the VRF device. e.g., > > ip tunnel add jtun mode sit remote local dev myvrf > > Update the device check to allow the link

[PATCH net-next] net: sit: Update lookup to handle links set to L3 slave

2017-10-30 Thread David Ahern
Using SIT tunnels with VRFs works fine if the underlay device is in a VRF and the link parameter is set to the VRF device. e.g., ip tunnel add jtun mode sit remote local dev myvrf Update the device check to allow the link to be the enslaved device as well. e.g., ip tunnel add jtun mode