Re: [PATCH] net: allow traceroute with a specified interface in a vrf

2018-10-26 Thread David Miller
From: Mike Manning Date: Fri, 26 Oct 2018 12:24:35 +0100 > Traceroute executed in a vrf succeeds if no device is given or if the > vrf is given as the device, but fails if the interface is given as the > device. This is for default UDP probes, it succeeds for TCP SYN or ICMP > ECHO probes. As the

Re: [PATCH] net: allow traceroute with a specified interface in a vrf

2018-10-26 Thread David Ahern
On 10/26/18 5:24 AM, Mike Manning wrote: > Traceroute executed in a vrf succeeds if no device is given or if the > vrf is given as the device, but fails if the interface is given as the > device. This is for default UDP probes, it succeeds for TCP SYN or ICMP > ECHO probes. As the skb bound dev is

[PATCH] net: allow traceroute with a specified interface in a vrf

2018-10-26 Thread Mike Manning
Traceroute executed in a vrf succeeds if no device is given or if the vrf is given as the device, but fails if the interface is given as the device. This is for default UDP probes, it succeeds for TCP SYN or ICMP ECHO probes. As the skb bound dev is the interface and the sk dev is the vrf, sk looku