Page MenuHomeFreeBSD

Garbage collection in divert(4).
ClosedPublic

Authored by glebius on Oct 22 2021, 11:29 PM.
Tags
None
Referenced Files
F132556205: D32608.diff
Fri, Oct 17, 10:59 PM
Unknown Object (File)
Mon, Oct 6, 6:58 AM
Unknown Object (File)
Sat, Sep 20, 12:31 PM
Unknown Object (File)
Sep 9 2025, 3:38 AM
Unknown Object (File)
Sep 8 2025, 9:24 AM
Unknown Object (File)
Sep 8 2025, 3:20 AM
Unknown Object (File)
Sep 7 2025, 6:29 AM
Unknown Object (File)
Sep 5 2025, 10:16 AM

Details

Summary
  • Remove div_ctlinput().

This function does nothing since 97d8d152c28b. It was introduced
in 252f24a2cf40 with a sidenote "may not be needed".

  • Don't run ip_ctloutput() for divert socket.

It was here since divert(4) was introduced, probably just came with a
protocol definition boilerplate. There is no useful socket option
that can be set or get for a divert socket.

Diff Detail

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