diff options
author | Beniamino Galvani <[email protected]> | 2023-10-16 09:15:26 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-10-16 09:57:52 +0100 |
commit | 6f19b2c136d98a84d79030b53e23d405edfdc783 (patch) | |
tree | 7a3fa61ef9e07cd1954083288aaf84131dbd1e39 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | daa2ba7ed1d13740c1fb56533990f510ed973612 (diff) |
vxlan: use generic function for tunnel IPv4 route lookup
The route lookup can be done now via generic function
udp_tunnel_dst_lookup() to replace the custom implementations in
vxlan_get_route().
Note that this patch only touches IPv4, while IPv6 still uses
vxlan6_get_route(). After IPv6 route lookup gets converted as well,
vxlan_xmit_one() can be simplified by removing local variables that
will be passed via "struct ip_tunnel_key", such as remote_ip,
local_ip, flow_flags, label.
Suggested-by: Guillaume Nault <[email protected]>
Signed-off-by: Beniamino Galvani <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions