Re: [PATCH net-next] ipv6: Fix handling of LLA with VRF and sockets bound to VRF

2018-12-15 Thread David Miller
From: David Ahern Date: Wed, 12 Dec 2018 15:27:38 -0800 > From: David Ahern > > 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 whe

[PATCH net-next] ipv6: Fix handling of LLA with VRF and sockets bound to VRF

2018-12-12 Thread David Ahern
From: David Ahern 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