Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions protect/control/v1/control.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ message GetHostStatusReply {
string host_ipv6 = 5;
string host_mac = 6;
optional uint64 hyp_free_mem = 7;
optional string protect_git_sha = 8;
optional string protect_last_tag = 9;
optional uint64 protect_revs_since_tag = 10;
optional string protect_branch = 11;
}

message CreateZoneRequest {
Expand Down