Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
5bc8845d
Commit
5bc8845d
authored
Jun 23, 2010
by
Leigh B Stoller
Browse files
Add -t (timestamps) and -V (virtual controlnetroutes) to vnode setup
call.
parent
25f8b5e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libreboot.pm.in
View file @
5bc8845d
...
...
@@ -843,12 +843,13 @@ sub RebootVNode($$) {
exit
(
GeniEmulab
->
StartSlivers
($
experiment
,
[
$
nodeobj
]));
}
my
$
addargs
=
"
"
;
my
$
addargs
=
"
-t "
;
#
Turn
on
timestamps
.
if
($
plab
)
{
$
addargs
.=
"-p "
;
}
elsif
($
jailed
)
{
$
addargs
.=
"-j "
;
#
Use
virtual
control
net
routes
.
$
addargs
.=
"-jV "
;
}
else
{
$
addargs
.=
"-i "
;
...
...
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