]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
if_ovpn: remove OVPN_SEND_PKT
authorKristof Provost <kp@FreeBSD.org>
Sat, 26 Nov 2022 12:52:40 +0000 (13:52 +0100)
committerKristof Provost <kp@FreeBSD.org>
Wed, 14 Dec 2022 05:48:58 +0000 (06:48 +0100)
commit66de89d4c29827f0b33561afb0900208da0d3d05
treead879b83246b08d5f8b00e0f56eecc84f5880771
parent9e0d976d95fa4468ac423bc872bda0e93fa4bc18
if_ovpn: remove OVPN_SEND_PKT

OpenVPN userspace no longer uses the ioctl interface to send control
packets. It instead uses the socket directly.
The use of OVPN_SEND_PKT was never released, so we can remove this
without worrying about compatibility.

Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D37602
sys/net/if_ovpn.c
sys/net/if_ovpn.h