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
Maisem Ali 85241f8408 net/tstun: use /10 as subnet for TAP mode; read IP from netmap
Few changes to resolve TODOs in the code:
- Instead of using a hardcoded IP, get it from the netmap.
- Use 100.100.100.100 as the gateway IP
- Use the /10 CGNAT range instead of a random /24

Updates #2589

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 weeks ago
..
fake.go
ifstatus_noop.go
ifstatus_windows.go
linkattrs_linux.go
linkattrs_notlinux.go
mtu.go
mtu_test.go
tap_linux.go net/tstun: use /10 as subnet for TAP mode; read IP from netmap 2 weeks ago
tstun_stub.go
tun.go
tun_linux.go
tun_macos.go
tun_notwindows.go
tun_windows.go
wrap.go net/tstun: use /10 as subnet for TAP mode; read IP from netmap 2 weeks ago
wrap_linux.go
wrap_noop.go
wrap_test.go