Re: [PATCH net-next 2/7] ipv4: remove "proto" argument from udp_tunnel_dst_lookup()

From: David Ahern
Date: Wed Oct 11 2023 - 14:51:10 EST


On 10/9/23 2:20 AM, Beniamino Galvani wrote:
> The function is now UDP-specific, the protocol is always IPPROTO_UDP.
>
> Suggested-by: Guillaume Nault <gnault@xxxxxxxxxx>
> Signed-off-by: Beniamino Galvani <b.galvani@xxxxxxxxx>
> ---
> drivers/net/bareudp.c | 4 ++--
> include/net/udp_tunnel.h | 2 +-
> net/ipv4/udp_tunnel_core.c | 4 ++--
> 3 files changed, 5 insertions(+), 5 deletions(-)
>

Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>