[Bug 16171] New: It is impossible to create a tun interface in tunсtl
bugzilla at busybox.net
bugzilla at busybox.net
Thu Aug 29 10:52:40 UTC 2024
https://bugs.busybox.net/show_bug.cgi?id=16171
Bug ID: 16171
Summary: It is impossible to create a tun interface in tunсtl
Product: Busybox
Version: unspecified
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Networking
Assignee: unassigned at busybox.net
Reporter: andi123 at ya.ru
CC: busybox-cvs at busybox.net
Target Milestone: ---
Оriginal tunctl depending on the interface name passed via the -t parameter
creates a tun or tap interface.
Here only a tap interface is always created:
93 // select device
94 memset(&ifr, 0, sizeof(ifr));
95 ifr.ifr_flags = IFF_TAP | IFF_NO_PI;
96 strncpy_IFNAMSIZ(ifr.ifr_name, opt_name);
If possible i can send a patch to fix it
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list