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>
2021-04-05 22:53:10 -07:00
..
fake.go net/tstun: rename NewFakeTUN to NewFake. 2021-03-26 22:46:47 -07:00
ifstatus_noop.go net/tstun: rename from net/tun. 2021-03-26 22:31:54 -07:00
ifstatus_windows.go net/tstun: rename from net/tun. 2021-03-26 22:31:54 -07:00
tun.go net/tstun: return the real interface name at device creation. 2021-04-05 22:53:10 -07:00
tun_notwindows.go net/tstun: return the real interface name at device creation. 2021-04-05 22:53:10 -07:00
tun_windows.go net/tstun: return the real interface name at device creation. 2021-04-05 22:53:10 -07:00
wrap.go net/{packet,tstun}: send peerapi port in TSMP pongs 2021-03-29 15:18:23 -07:00
wrap_test.go net/tstun: rename TUN to Wrapper. 2021-03-26 23:15:22 -07:00