ipn/ipnlocal, tka: Implement TKA synchronization with the control plane

Signed-off-by: Tom DNetto <tom@tailscale.com>
This commit is contained in:
Tom DNetto
2022-09-27 12:30:04 -07:00
committed by Tom
parent ab591906c8
commit 58ffe928af
4 changed files with 442 additions and 7 deletions
+3
View File
@@ -214,6 +214,9 @@ func (c *FS) AUM(hash AUMHash) (AUM, error) {
info, err := c.get(hash)
if err != nil {
if os.IsNotExist(err) {
return AUM{}, os.ErrNotExist
}
return AUM{}, err
}
if info.AUM == nil {