tailscale/tempfork/device
Maisem Ali d1d5d52b2c net/tstun/table: add initial RoutingTable implementation
It is based on `*tempfork/device.AllowedIPs`.

Updates tailscale/corp#8020

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2023-03-29 12:30:18 -07:00
..
LICENSE tempfork/device: add a temp fork of golang.zx2c4.com/wireguard/device 2023-03-29 09:53:09 -07:00
README.md tempfork/device: add a temp fork of golang.zx2c4.com/wireguard/device 2023-03-29 09:53:09 -07:00
allowedips.go tempfork/device: add a temp fork of golang.zx2c4.com/wireguard/device 2023-03-29 09:53:09 -07:00
allowedips_rand_test.go tempfork/device: add a temp fork of golang.zx2c4.com/wireguard/device 2023-03-29 09:53:09 -07:00
allowedips_test.go tempfork/device: add a temp fork of golang.zx2c4.com/wireguard/device 2023-03-29 09:53:09 -07:00
peer.go net/tstun/table: add initial RoutingTable implementation 2023-03-29 12:30:18 -07:00

README.md

This is a fork of golang.zx2c4.com/wireguard/device that only keeps the bare minimum data structures required for AllowedIPs. It is meant to be short lived until we replace it with our version of a routing table.