Re: [Openvpn-devel] [PATCH v2 pre-05/25] networking: add net_iface_type API

2022-07-13 Thread Antonio Quartulli
Hi, On 13/07/2022 12:53, Gert Doering wrote: Hi, close, but NAK, due to... On Mon, Jul 11, 2022 at 10:10:19AM +0200, Antonio Quartulli wrote: This new API can be used to retrieve the type of a specific interface. It's mostly platform dependant, but right now expected values are "ovpn-dco", "t

Re: [Openvpn-devel] [PATCH v2 pre-05/25] networking: add net_iface_type API

2022-07-13 Thread Gert Doering
Hi, close, but NAK, due to... On Mon, Jul 11, 2022 at 10:10:19AM +0200, Antonio Quartulli wrote: > This new API can be used to retrieve the type of a specific interface. > It's mostly platform dependant, but right now expected values are > "ovpn-dco", "tun" or "tap". > > Other values are possibl

[Openvpn-devel] [PATCH v2 pre-05/25] networking: add net_iface_type API

2022-07-11 Thread Antonio Quartulli
This new API can be used to retrieve the type of a specific interface. It's mostly platform dependant, but right now expected values are "ovpn-dco", "tun" or "tap". Other values are possible too, but they are not of interest to us. This commit also extends the networking unit-test by using the ne