Page MenuHomeFreeBSD

Remove the compatibility macro if_addrlist.
ClosedPublic

Authored by kevlo on Sep 28 2016, 2:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 3:26 PM
Unknown Object (File)
Wed, Oct 8, 7:38 AM
Unknown Object (File)
Sun, Oct 5, 5:02 PM
Unknown Object (File)
Thu, Sep 18, 5:06 PM
Unknown Object (File)
Sep 10 2025, 5:20 PM
Unknown Object (File)
Aug 14 2025, 12:07 AM
Unknown Object (File)
Jul 29 2025, 5:06 AM
Unknown Object (File)
Jul 24 2025, 4:47 PM
Subscribers
None

Details

Summary

In FreeBSD, prefer if_addrhead to if_addrlist (BSD compat) naming for the
interface address list. It seems to me that if_addrlist is used only by
ipfilter(4). I suggest adding the macro if_addrlist to ipfilter(4) rather
than in sys/net/if_var.h.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kevlo retitled this revision from to Remove the compatibility macro if_addrlist..
kevlo updated this object.
kevlo edited the test plan for this revision. (Show Details)
kevlo added a reviewer: cy.
cy edited edge metadata.

Looks reasonable.

This revision is now accepted and ready to land.Sep 28 2016, 7:48 PM
This revision was automatically updated to reflect the committed changes.