Lines Matching refs:tap
23 # How many TAP interfaces to create to provide the VM with real network access
30 # does not perform any host-level setup beyond configuring tap interfaces;
63 # If network access was requested, create NUMTAPINTERFACES tap interfaces on
71 tap=${user}TAP$id
72 tapinterfaces="$tapinterfaces $tap"
74 netconfig="$netconfig eth$id=tuntap,$tap,$mac"
77 for tap in $tapinterfaces; do
78 if ! ip link list $tap > /dev/null; then
79 echo "Creating tap interface $tap" >&2
80 sudo tunctl -u $USER -t $tap
81 sudo ip link set $tap up