Re: [PATCH net] udp: only choose unbound UDP socket for multicast when not in a VRF

2019-06-04 Thread David Miller
From: Tim Beale Date: Tue, 4 Jun 2019 13:56:23 +1200 > By default, packets received in another VRF should not be passed to an > unbound socket in the default VRF. This patch updates the IPv4 UDP > multicast logic to match the unicast VRF logic (in compute_score()), > as well as the IPv6 mcast lo

Re: [PATCH net] udp: only choose unbound UDP socket for multicast when not in a VRF

2019-06-04 Thread David Ahern
On 6/3/19 7:56 PM, Tim Beale wrote: > By default, packets received in another VRF should not be passed to an > unbound socket in the default VRF. This patch updates the IPv4 UDP > multicast logic to match the unicast VRF logic (in compute_score()), > as well as the IPv6 mcast logic (in __udp_v6_is_

[PATCH net] udp: only choose unbound UDP socket for multicast when not in a VRF

2019-06-03 Thread Tim Beale
By default, packets received in another VRF should not be passed to an unbound socket in the default VRF. This patch updates the IPv4 UDP multicast logic to match the unicast VRF logic (in compute_score()), as well as the IPv6 mcast logic (in __udp_v6_is_mcast_sock()). The particular case I notice