Am 19.12.18 um 06:01 schrieb Antonio Quartulli:
> This patch introduces a tiny netlink interface, optimized
> for the openvpn use case.
> 
> It basically exposes all those operations that are currently
> handled by directly calling the /sbin/ip command (or even
> ifconfig/route, if configured).
> 
> By using netlink, openvpn won't need to spawn new processes
> when configuring the tun interface or routes.
> This new approach will also allow openvpn to be granted
> CAP_NET_ADMIN and be able to properly work even though it
> dropped the root privileges (currently handled via workarounds).
> 
> By moving this logic into the sitnl module, tun.c and route.c
> also benefit from some code simplification
> 

Acked-By: Arne Schwabe <a...@rfc2549.org>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to