Re: [PATCH net-next v11 20/23] ovpn: kill key and notify userspace in case of IV exhaustion
From: Sabrina Dubroca <sd@queasysnail.net>
Date: 2024-11-20 12:17:03
Also in:
linux-kselftest, lkml
From: Sabrina Dubroca <sd@queasysnail.net>
Date: 2024-11-20 12:17:03
Also in:
linux-kselftest, lkml
2024-11-14, 11:38:51 +0100, Antonio Quartulli wrote:
On 13/11/2024 15:28, Sabrina Dubroca wrote:quoted
Around that same "which netns" question, ovpn_udp{4,6}_output uses the socket's, but ovpn_nexthop_from_rt{4,6} uses the netdev's.I think this is ok, because routing related decision should be taken in the netns where the device is, but the transport layer should make decisions based on where the socket lives.
Right, thanks for checking. -- Sabrina