Skip to content
GitLab
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
2f7065b4
Commit
2f7065b4
authored
May 29, 2012
by
Leigh B Stoller
Browse files
Conditionalize the previous commit until I get the old openvz image
updated.
parent
77e15138
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop_test.pm.in
View file @
2f7065b4
...
...
@@ -45,6 +45,7 @@ my $OS_SELECT = "$TB/bin/os_select";
my
$
DELAYCAPACITY
=
@
DELAYCAPACITY
@;
#
Can
be
overridden
by
user
.
my
$
DELAYTHRESH
=
@
DELAYTHRESH
@;
my
$
PGENISUPPORT
=
@
PROTOGENI_SUPPORT
@;
my
$
PGENIRACK
=
@
PROTOGENI_GENIRACK
@;
my
$
OURDOMAIN
=
"@OURDOMAIN@"
;
my
$
mycmurn
=
GeniHRN
::
Generate
(
"@OURDOMAIN@"
,
"authority"
,
"cm"
);
...
...
@@ -9019,7 +9020,7 @@ sub GenFakeMac()
#
# Set the "locally administered" bit, good practice.
#
return
"0200"
. $mac;
return
($PGENIRACK ? "0200" : "0000")
. $mac;
}
1;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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