tun: remove TUN prefix from types to reduce stutter elsewhere

Signed-off-by: Matt Layher <[email protected]>
This commit is contained in:
Matt Layher
2019-06-14 18:35:57 +02:00
committed by Jason A. Donenfeld
parent 3371f8dac6
commit 1f48971a80
10 changed files with 66 additions and 67 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ func main() {
// open TUN device (or use supplied fd)
tun, err := func() (tun.TUNDevice, error) {
tun, err := func() (tun.Device, error) {
tunFdStr := os.Getenv(ENV_WG_TUN_FD)
if tunFdStr == "" {
return tun.CreateTUN(interfaceName, device.DefaultMTU)