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, Sep 16, 5:30 AM
Unknown Object (File)
Mon, Sep 14, 10:26 PM
Unknown Object (File)
Fri, Sep 11, 6:10 AM
Unknown Object (File)
Wed, Sep 9, 3:43 PM
Unknown Object (File)
Tue, Sep 8, 9:58 AM
Unknown Object (File)
Wed, Sep 2, 12:32 AM
Unknown Object (File)
Tue, Aug 25, 7:11 AM
Unknown Object (File)
Aug 17 2026, 8:37 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