Page MenuHomeFreeBSD

ifnet/API: Move the IfAPI from if_var.h to if.h
ClosedPublic

Authored by jhibbits on Jan 12 2023, 2:32 AM.
Tags
None
Referenced Files
Unknown Object (File)
May 14 2026, 7:19 AM
Unknown Object (File)
May 12 2026, 1:39 AM
Unknown Object (File)
May 12 2026, 12:59 AM
Unknown Object (File)
May 12 2026, 12:32 AM
Unknown Object (File)
May 8 2026, 9:46 PM
Unknown Object (File)
May 2 2026, 12:35 PM
Unknown Object (File)
May 1 2026, 11:30 PM
Unknown Object (File)
Apr 26 2026, 5:46 AM
Subscribers

Details

Summary

The "public" KPI for ifnet belongs in net/if.h, with net/if_var.h being
implementation details for the netstack. This is the next step in
enforcing that separation.

Diff Detail

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