Re: [PATCH net-next v24 08/23] ovpn: implement basic RX path (UDP)
From: Sabrina Dubroca
Date: Tue Apr 01 2025 - 05:48:20 EST
2025-03-18, 02:40:43 +0100, Antonio Quartulli wrote:
> diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
> index 024458ef163c9e24dfb37aea2690b2030f6a0fbc..b30175e34230d3dbf5d253838df894f0625c705c 100644
> --- a/net/ipv6/udp.c
> +++ b/net/ipv6/udp.c
> @@ -1933,6 +1933,7 @@ struct proto udpv6_prot = {
> .h.udp_table = NULL,
> .diag_destroy = udp_abort,
> };
> +EXPORT_SYMBOL_GPL(udpv6_prot);
This is not needed anymore.
--
Sabrina