Page MenuHomeFreeBSD

sbin/nos-tun: correct SIOCDIFADDR calls to use ifreq
ClosedPublic

Authored by def on Jul 18 2024, 2:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 24, 6:20 PM
Unknown Object (File)
Wed, Apr 16, 11:55 PM
Unknown Object (File)
Fri, Apr 4, 6:54 PM
Unknown Object (File)
Mar 21 2025, 10:13 AM
Unknown Object (File)
Feb 15 2025, 7:35 AM
Unknown Object (File)
Feb 7 2025, 4:20 AM
Unknown Object (File)
Feb 7 2025, 4:19 AM
Unknown Object (File)
Feb 7 2025, 3:58 AM
Subscribers

Details

Summary

The SIOCDIFADDR ioctl takes an ifreq structure object, not an ifaliasreq
structure object, as its argument.

Obtained from: CheriBSD

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable