mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-09 08:01:31 +00:00
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:

committed by
Dave Anderson

parent
ee3395e63a
commit
1ac570def7
@@ -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.
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user