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)
Sun, Nov 10, 2:02 AM
Unknown Object (File)
Oct 21 2024, 10:16 AM
Unknown Object (File)
Oct 7 2024, 5:22 PM
Unknown Object (File)
Sep 27 2024, 12:47 AM
Unknown Object (File)
Sep 25 2024, 12:20 PM
Unknown Object (File)
Sep 25 2024, 12:31 AM
Unknown Object (File)
Sep 23 2024, 1:15 AM
Unknown Object (File)
Sep 22 2024, 7:35 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.