4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-17 17:36:07 +00:00

Merge pull request #744 from octeep/master

Fix DefaultIfName for OpenBSD
This commit is contained in:
Neil Alexander
2020-12-06 13:48:09 +00:00
committed by GitHub

View File

@ -20,6 +20,6 @@ func GetDefaults() platformDefaultParameters {
// TUN/TAP
MaximumIfMTU: 16384,
DefaultIfMTU: 16384,
DefaultIfName: "/dev/tun0",
DefaultIfName: "tun0",
}
}