Skip to content

Commit

Permalink
Remove mention of Bootz from the ManagementConfig message.
Browse files Browse the repository at this point in the history
Fundamentally this is about skipping DHCP Boot not Bootz in particular. The SZTP RFC (And by extension the Bootz spec) specifies a "bootstrap-server-list" in the boot option. I chose bootstrap_server_uris because it is more descriptive as to what is actually supposed to go in the variable.
  • Loading branch information
daymare authored Jul 2, 2024
1 parent 828c553 commit b083fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory_reset/factory_reset.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ message StartRequest {
}

message ManagementConfig {
repeated string bootz_uris = 1;
repeated string boot_server_uris = 1;
string device_ip = 2;
string mask_length = 3;
string gateway_ip = 4;
Expand Down

0 comments on commit b083fc5

Please sign in to comment.