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)
Wed, Apr 8, 11:18 PM
Unknown Object (File)
Fri, Mar 20, 7:19 AM
Unknown Object (File)
Thu, Mar 19, 4:56 AM
Unknown Object (File)
Thu, Mar 19, 4:56 AM
Unknown Object (File)
Wed, Mar 18, 12:10 AM
Unknown Object (File)
Mar 10 2026, 2:16 PM
Unknown Object (File)
Feb 8 2026, 3:23 PM
Unknown Object (File)
Feb 7 2026, 6:43 PM
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