From: David Ahern <dsah...@gmail.com> 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 <addr> local <addr> dev myvrf > > Update the device check to allow the link to be the enslaved device as > well. e.g., > > ip tunnel add jtun mode sit remote <addr> local <addr> dev eth4 > > where eth4 is enslaved to myvrf. > > Reported-by: Jeff Barnhill <0xeff...@gmail.com> > Signed-off-by: David Ahern <dsah...@gmail.com> Applied.