Page MenuHomeFreeBSD

[wtap] Format the code and rename physical interface
AbandonedPublic

Authored by enweiwu on Jul 7 2022, 2:14 PM.
Referenced Files
Unknown Object (File)
Tue, Oct 14, 2:02 AM
Unknown Object (File)
Thu, Sep 18, 1:49 AM
Unknown Object (File)
Sep 10 2025, 1:29 AM
Unknown Object (File)
Aug 4 2025, 4:19 AM
Unknown Object (File)
Jul 3 2025, 10:20 PM
Unknown Object (File)
Jun 29 2025, 6:40 AM
Unknown Object (File)
Jun 25 2025, 10:34 AM
Unknown Object (File)
Jun 22 2025, 7:15 AM
Subscribers

Details

Reviewers
bz
lwhsu
Summary

The original physical interface created by wtap is "wlan%d", which will confuse us with the vap created by ifconfig. Rename the physical interface to "wtap%d".

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lwhsu requested changes to this revision.Jul 7 2022, 2:22 PM

Please separate the format change and functional change. You can create two differentials and mention one is depending on the other.

This revision now requires changes to proceed.Jul 7 2022, 2:22 PM