Page MenuHomeFreeBSD

Constantify lookup key in ifa_ifwith* functions.
ClosedPublic

Authored by melifaro on Aug 23 2015, 10:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 27 2024, 12:04 PM
Unknown Object (File)
Feb 27 2024, 11:45 AM
Unknown Object (File)
Dec 23 2023, 5:10 AM
Unknown Object (File)
Oct 12 2023, 12:58 AM
Unknown Object (File)
Sep 30 2023, 7:12 PM
Unknown Object (File)
Aug 5 2023, 5:00 AM
Unknown Object (File)
Aug 5 2023, 4:57 AM
Unknown Object (File)
Aug 5 2023, 4:57 AM
Subscribers

Details

Summary

Some places in our network stack already have const
arguments (like if_output() routines and LLE functions).

Code using ifa_ifwith (and similar functins) along with
LLE/_output functions is currently bound to use tricks
like __DECONST(). Provide a cleaner way by making sockaddr
lookup key really constant.

Diff Detail

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

Event Timeline

melifaro retitled this revision from to Constantify lookup key in ifa_ifwith* functions..
melifaro updated this object.
melifaro edited the test plan for this revision. (Show Details)
melifaro added a reviewer: network.
ae added a reviewer: ae.
This revision is now accepted and ready to land.Sep 4 2015, 9:22 AM
This revision was automatically updated to reflect the committed changes.