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)
Wed, Mar 27, 7:58 PM
Unknown Object (File)
Mar 9 2024, 3:01 PM
Unknown Object (File)
Mar 3 2024, 7:31 AM
Unknown Object (File)
Mar 3 2024, 7:07 AM
Unknown Object (File)
Feb 5 2024, 5:38 PM
Unknown Object (File)
Jan 18 2024, 3:57 AM
Unknown Object (File)
Dec 16 2023, 12:19 PM
Unknown Object (File)
Nov 24 2023, 1:46 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.