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)
Mon, Aug 10, 8:55 AM
Unknown Object (File)
Mon, Aug 10, 7:04 AM
Unknown Object (File)
Sun, Aug 9, 11:06 PM
Unknown Object (File)
Fri, Aug 7, 3:51 PM
Unknown Object (File)
Thu, Aug 6, 12:25 PM
Unknown Object (File)
Wed, Aug 5, 4:00 AM
Unknown Object (File)
Mon, Jul 27, 9:49 AM
Unknown Object (File)
Mon, Jul 27, 7:01 AM
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.