Skip to content
Open
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions bootconfig/bootconfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ message GetBootConfigResponse {
// the contents of the message (i.e. an empty submessage should replace the
// current bootconfig datastore). An unset submessage is considered a NOOP.
message SetBootConfigRequest {
// The BootConfig message specified in `boot_config` MUST NOT set the
// dynamic_oc_config and dynamic_vendor_config fields. These fields
// are ONLY valid during bootstrapping of a network device, after the
// initial bootstrap, the dynamic configuration is updated through the
// gNMI `Set` RPC. If either dynamic_oc_config or dynamic_vendor_config
// is specified the `SetBootConfig` RPC MUST return an error, specifying
// `InvalidArgument` as the error code.
Comment thread
robshakir marked this conversation as resolved.
bootz.BootConfig boot_config = 1;
bootz.Credentials credentials = 2;
gnsi.pathz.v1.UploadRequest pathz = 3;
Expand Down