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)
Thu, May 14, 7:19 AM
Unknown Object (File)
Tue, May 12, 1:39 AM
Unknown Object (File)
Tue, May 12, 12:59 AM
Unknown Object (File)
Tue, May 12, 12:32 AM
Unknown Object (File)
Fri, May 8, 9:46 PM
Unknown Object (File)
Sat, May 2, 12:35 PM
Unknown Object (File)
Fri, May 1, 11:30 PM
Unknown Object (File)
Sun, Apr 26, 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