From: David Ahern <dsah...@kernel.org> Date: Wed, 12 Dec 2018 15:27:38 -0800
> From: David Ahern <dsah...@gmail.com> > > A recent commit allows sockets bound to a VRF to receive ipv6 link local > packets. However, it only works for UDP and worse TCP connection attempts > to the LLA with the only listener bound to the VRF just hang where as > before the client gets a reset and connection refused. Fix by adjusting > ir_iif for LL addresses and packets received through a device enslaved > to a VRF. > > Fixes: 6f12fa775530 ("vrf: mark skb for multicast or link-local as enslaved > to VRF") > Reported-by: Donald Sharp <sha...@cumulusnetworks.com> > Cc: Mike Manning <mmann...@vyatta.att-mail.com> > Signed-off-by: David Ahern <dsah...@gmail.com> Applied, thanks David.