diff options
author | 2020-04-21 17:48:27 -0600 | |
---|---|---|
committer | 2020-04-22 19:30:38 -0700 | |
commit | a53c102872ad6e34e1518e25899dc9498c27f8b1 (patch) | |
tree | 9099bbd0906f4f6c49da0ca03fcb655413e69c8c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Documentation: add documentation of ping_group_range (diff) | |
download | wireguard-linux-a53c102872ad6e34e1518e25899dc9498c27f8b1.tar.xz wireguard-linux-a53c102872ad6e34e1518e25899dc9498c27f8b1.zip |
vrf: Fix IPv6 with qdisc and xfrm
When a qdisc is attached to the VRF device, the packet goes down the ndo
xmit function which is setup to send the packet back to the VRF driver
which does a lookup to send the packet out. The lookup in the VRF driver
is not considering xfrm policies. Change it to use ip6_dst_lookup_flow
rather than ip6_route_output.
Fixes: 35402e313663 ("net: Add IPv6 support to VRF device")
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions