aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMike Manning <mmanning@vyatta.att-mail.com>2018-10-26 12:24:35 +0100
committerDavid S. Miller <davem@davemloft.net>2018-10-26 16:03:08 -0700
commitf64bf6b8ae802e93231155b0d92a619d896cd0bd (patch)
treecefc8aa7c022d3e08ff6ee02c3d27c9e61e444a3 /drivers
parentbridge: do not add port to router list when receives query with source 0.0.0.0 (diff)
downloadlinux-dev-f64bf6b8ae802e93231155b0d92a619d896cd0bd.tar.xz
linux-dev-f64bf6b8ae802e93231155b0d92a619d896cd0bd.zip
net: allow traceroute with a specified interface in a vrf
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 lookup fails for ICMP_DEST_UNREACH and ICMP_TIME_EXCEEDED messages. The solution is for the secondary dev to be passed so that the interface is available for the device match to succeed, in the same way as is already done for non-error cases. Signed-off-by: Mike Manning <mmanning@vyatta.att-mail.com> Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions