Skip to content

Commit

Permalink
add vendordata to packet.proto
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague authored and jacobweinstock committed May 3, 2022
1 parent 5100379 commit 3d501bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
16 changes: 13 additions & 3 deletions protos/packet/packet.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions protos/packet/packet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ message Metadata {
Storage storage = 13;
repeated string ssh_keys = 14;
bool network_ready = 15;
string vendordata = 16;
}
message Custom {
Instance.OperatingSystem preinstalled_operating_system_version = 1;
Expand Down

0 comments on commit 3d501bf

Please sign in to comment.