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)
Mon, Sep 29, 2:10 AM
Unknown Object (File)
Sat, Sep 20, 5:54 AM
Unknown Object (File)
Sep 15 2025, 10:38 AM
Unknown Object (File)
Sep 12 2025, 8:32 PM
Unknown Object (File)
Sep 12 2025, 5:19 AM
Unknown Object (File)
Sep 10 2025, 9:36 PM
Unknown Object (File)
Sep 10 2025, 7:14 PM
Unknown Object (File)
Sep 10 2025, 4:45 PM
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).