Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
f27f35dd
Commit
f27f35dd
authored
Jan 10, 2014
by
Gary Wong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reword explanations in GENI "commands" output.
Based on suggestions from <ahelsing@bbn.com>.
parent
aff59438
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
13 deletions
+17
-13
tmcd/tmcd.c
tmcd/tmcd.c
+17
-13
No files found.
tmcd/tmcd.c
View file @
f27f35dd
...
...
@@ -12135,24 +12135,28 @@ struct genicommand {
char
*
desc
;
}
genicommands
[]
=
{
{
"all"
,
NULL
,
0
,
NULL
},
{ "client_id", getgeniclientid, 1, "Return the
client
-specified "
"
sliver ID
" },
{
"client_id"
,
getgeniclientid
,
1
,
"Return the
experimenter
-specified "
"
client_id for this node
"
},
{
"commands"
,
NULL
,
0
,
"Show all available commands"
},
{
"control_mac"
,
getgenicontrolmac
,
1
,
"Show the MAC address of the "
"control interface" },
{ "geni_user", getgenigeniuser, 0, "Show user accounts and public keys" },
{ "getversion", getgenigetversion, 0, "Report the AM version" },
{ "manifest", getgenimanifest, 1, "Show the sliver manifest" },
"control interface on this node"
},
{
"geni_user"
,
getgenigeniuser
,
0
,
"Show user accounts and public keys "
"installed on this node"
},
{
"getversion"
,
getgenigetversion
,
0
,
"Report the GetVersion output of "
"the aggregate manager that allocated this node"
},
{
"manifest"
,
getgenimanifest
,
1
,
"Show the manifest rspec for the local "
"aggregate sliver"
},
{
"slice_email"
,
getgenisliceemail
,
1
,
"Retrieve the e-mail address from "
"the slice certificate" },
{ "slice_urn", getgenisliceurn, 1, "Show the URN of the slice" },
"the certificate of the slice containing this node"
},
{
"slice_urn"
,
getgenisliceurn
,
1
,
"Show the URN of the slice containing "
"this node"
},
{
"sliverstatus"
,
getgenisliverstatus
,
0
,
"Give the current status of "
"th
e
sliver (AM API v2)" },
"th
is
sliver (AM API v2)"
},
{
"status"
,
getgenistatus
,
0
,
"Give the current status of "
"th
e
sliver (AM API v3)" },
{ "user_email", getgeniuseremail, 1, "Show the e-mail address of th
e
"
"sliver creator" },
{ "user_urn", getgeniuserurn, 1, "Show the URN of th
e sliver
creator" },
"th
is
sliver (AM API v3)"
},
{
"user_email"
,
getgeniuseremail
,
1
,
"Show the e-mail address of th
is
"
"sliver
's
creator"
},
{
"user_urn"
,
getgeniuserurn
,
1
,
"Show the URN of th
is sliver's
creator"
},
{
"version"
,
getgeniversion
,
1
,
NULL
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment