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)
Thu, Apr 30, 7:39 AM
Unknown Object (File)
Sun, Apr 26, 5:15 PM
Unknown Object (File)
Apr 23 2026, 5:38 AM
Unknown Object (File)
Apr 15 2026, 11:23 PM
Unknown Object (File)
Apr 15 2026, 12:35 PM
Unknown Object (File)
Apr 14 2026, 8:52 PM
Unknown Object (File)
Apr 12 2026, 5:32 PM
Unknown Object (File)
Apr 11 2026, 6:49 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

Lint
Lint Skipped
Unit
Tests Skipped

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.