wgengine/router: split out from wgengine.

The router implementations are logically separate, with their own API.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2020-04-30 13:20:09 -07:00
committed by Dave Anderson
parent ee3395e63a
commit 1ac570def7
16 changed files with 98 additions and 85 deletions

View File

@@ -35,7 +35,7 @@ for file in $(find $1 -name '*.go'); do
$1/tempfork/*)
# Skip, tempfork of third-party code
;;
$1/wgengine/ifconfig_windows.go)
$1/wgengine/router/ifconfig_windows.go)
# WireGuard copyright.
;;
*)