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)
Sun, Nov 24, 6:46 PM
Unknown Object (File)
Sat, Nov 23, 3:49 PM
Unknown Object (File)
Tue, Nov 5, 7:47 PM
Unknown Object (File)
Oct 20 2024, 2:34 AM
Unknown Object (File)
Sep 17 2024, 9:30 AM
Unknown Object (File)
Sep 8 2024, 9:37 AM
Unknown Object (File)
Sep 7 2024, 8:12 PM
Unknown Object (File)
Sep 7 2024, 7:21 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).