F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.87k stars 899 forks source link

How does the freeBSD stack of f-stack support the configuration of tun/tap interfaces? #815

Open xiongqingxin123 opened 7 months ago

xiongqingxin123 commented 7 months ago

I want to use f-stack to create a virtual interface that does not require a vlan, but the ifconfig tool of f-stack does not support tap or tun port configuration. What should I do?