Remove tuntap references. We only use TUN.

This commit is contained in:
Brad Fitzpatrick
2020-09-25 13:13:13 -07:00
parent 8b94a769be
commit c86761cfd1
3 changed files with 5 additions and 5 deletions

View File

@ -118,7 +118,7 @@ type magicStack struct {
privateKey wgcfg.PrivateKey
epCh chan []string // endpoint updates produced by this peer
conn *Conn // the magicsock itself
tun *tuntest.ChannelTUN // tuntap device to send/receive packets
tun *tuntest.ChannelTUN // TUN device to send/receive packets
tsTun *tstun.TUN // wrapped tun that implements filtering and wgengine hooks
dev *device.Device // the wireguard-go Device that connects the previous things
}