Searched hist:"66 de89d4c29827f0b33561afb0900208da0d3d05" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ |
H A D | if_ovpn.h | diff 66de89d4c29827f0b33561afb0900208da0d3d05 Sat Nov 26 13:52:40 CET 2022 Kristof Provost <kp@FreeBSD.org> 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
|
H A D | if_ovpn.c | diff 66de89d4c29827f0b33561afb0900208da0d3d05 Sat Nov 26 13:52:40 CET 2022 Kristof Provost <kp@FreeBSD.org> 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
|