mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-14 03:16:56 +00:00
wgengine/router: rename config.Settings to config.Config, make pointer.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
committed by
Dave Anderson
parent
72cae5504c
commit
9ccbcda612
@@ -25,7 +25,7 @@ func (r fakeRouter) Up() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (r fakeRouter) Set(rs Settings) error {
|
||||
func (r fakeRouter) Set(cfg *Config) error {
|
||||
r.logf("Warning: fakeRouter.Set: not implemented.")
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user