You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/tstun
David Anderson bc4381447f net/tstun: return the real interface name at device creation.
This is usually the same as the requested interface, but on some
unixes can vary based on device number allocation, and on Windows
it's the GUID instead of the pretty name, since everything relating
to configuration wants the GUID.

Signed-off-by: David Anderson <danderson@tailscale.com>
3 years ago
..
fake.go net/tstun: rename NewFakeTUN to NewFake. 3 years ago
ifstatus_noop.go net/tstun: rename from net/tun. 3 years ago
ifstatus_windows.go net/tstun: rename from net/tun. 3 years ago
tun.go net/tstun: return the real interface name at device creation. 3 years ago
tun_notwindows.go net/tstun: return the real interface name at device creation. 3 years ago
tun_windows.go net/tstun: return the real interface name at device creation. 3 years ago
wrap.go net/{packet,tstun}: send peerapi port in TSMP pongs 3 years ago
wrap_test.go net/tstun: rename TUN to Wrapper. 3 years ago