Add a tun/tap device with ip
 *
Add a Tap
ip tuntap add dev
name
mode tap
ip link set
name
up
Add a Tun
ip tuntap add dev
name
mode tun
ip link set
name
up
Destroy a device
ip link set
name
down
ip link del
name
*
ip
is one of
many 
networking tools in
iproute2
bridging with ip
commands available in iproute2
Paul Gorman's Cheatsheet is a
great
intro to bin/ip
This document: August 16, 2023