Page MenuHomeFreeBSD

if_ovpn: pass control packets through the socket
ClosedPublic

Authored by kp on Nov 9 2022, 5:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 3 2024, 7:54 PM
Unknown Object (File)
Dec 4 2023, 12:11 PM
Unknown Object (File)
Nov 11 2023, 11:09 AM
Unknown Object (File)
Jul 5 2023, 6:13 AM
Unknown Object (File)
Jul 5 2023, 6:13 AM
Unknown Object (File)
Jul 5 2023, 6:10 AM
Unknown Object (File)
Jul 4 2023, 2:24 AM
Unknown Object (File)
Jul 2 2023, 2:37 PM

Details

Summary

Rather than passing control packets through the ioctl interface allow
them to pass through the normal UDP socket flow.
This simplifies both kernel and userspace, and matches the approach
taken (or the one that will be taken) on the Linux side of things.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Nov 9 2022, 5:28 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 15 2022, 9:39 AM
This revision was automatically updated to reflect the committed changes.