Page MenuHomeFreeBSD

Don't process SIOCGIFADDR the same way with SIOCSIFADDR.
ClosedPublic

Authored by delphij on Jan 13 2015, 1:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 20, 4:20 AM
Unknown Object (File)
Thu, Mar 19, 7:54 AM
Unknown Object (File)
Thu, Mar 19, 3:51 AM
Unknown Object (File)
Sun, Feb 22, 9:13 PM
Unknown Object (File)
Feb 13 2026, 11:27 AM
Unknown Object (File)
Feb 13 2026, 11:13 AM
Unknown Object (File)
Feb 13 2026, 11:03 AM
Unknown Object (File)
Feb 13 2026, 6:26 AM
Subscribers
None

Details

Summary

The current code handles SIOCGIFADDR the same way with
SIOCSIFADDR, which involves full arp_ifinit, et al. They should
be unnecessary for SIOCGIFADDR case.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

delphij retitled this revision from to Don't process SIOCGIFADDR the same way with SIOCSIFADDR..
delphij updated this object.
delphij edited the test plan for this revision. (Show Details)
delphij added reviewers: gibbs, royger, glebius.
glebius edited edge metadata.
This revision is now accepted and ready to land.Jan 13 2015, 4:41 AM
delphij updated this revision to Diff 3139.

Closed by commit rS277103 (authored by @delphij).