notify nodes after owner change (#2543)
* proto: user id as identifier for move node Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * gen: regenr Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * grpc: move, use userid, one tx, send update Updates #2467 Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> * integration: update move cli tests Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com> --------- Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
cfe9bbf829
commit
6b6509eeeb
6 changed files with 37 additions and 24 deletions
|
@ -99,7 +99,7 @@ message ListNodesResponse { repeated Node nodes = 1; }
|
|||
|
||||
message MoveNodeRequest {
|
||||
uint64 node_id = 1;
|
||||
string user = 2;
|
||||
uint64 user = 2;
|
||||
}
|
||||
|
||||
message MoveNodeResponse { Node node = 1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue