Skip to content

Commit

Permalink
update gnoi reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
ganglyu committed Nov 6, 2024
1 parent d4758d1 commit 2eb0027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnmi_server/gnoi.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ func (srv *SystemServer) Reboot(ctx context.Context, req *gnoi_system_pb.RebootR
if err != nil {
return nil, err
}
default:
return nil, status.Errorf(codes.Unimplemented, "")
}

var resp gnoi_system_pb.RebootResponse
Expand Down

0 comments on commit 2eb0027

Please sign in to comment.