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)
Dec 20 2023, 6:05 AM
Unknown Object (File)
Nov 19 2023, 7:15 AM
Unknown Object (File)
Nov 7 2023, 10:53 PM
Unknown Object (File)
Oct 6 2023, 9:31 PM
Unknown Object (File)
Sep 21 2023, 9:38 PM
Unknown Object (File)
Jun 24 2023, 4:18 AM
Unknown Object (File)
May 6 2023, 9:39 AM
Unknown Object (File)
Mar 28 2023, 12:08 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