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)
Sat, Mar 14, 8:45 AM
Unknown Object (File)
Tue, Mar 3, 11:37 AM
Unknown Object (File)
Tue, Mar 3, 4:03 AM
Unknown Object (File)
Feb 23 2026, 8:16 PM
Unknown Object (File)
Feb 20 2026, 12:10 PM
Unknown Object (File)
Feb 8 2026, 2:19 AM
Unknown Object (File)
Jan 31 2026, 2:05 AM
Unknown Object (File)
Jan 20 2026, 7:00 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