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
2e89861e
Commit
2e89861e
authored
Jun 11, 2009
by
Leigh B. Stoller
Browse files
Minor fix to keys for eventlist table.
parent
1263cc28
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/VirtExperiment.pm.in
View file @
2e89861e
...
...
@@ -65,7 +65,7 @@ my $debug = 0;
"virt_programs"
=>
[
"vname"
,
"vnode"
],
"virt_user_environment"
=>
[
"name"
,
"value"
],
"nseconfigs"
=>
[
"vname"
],
"eventlist"
=>
[
"vn
am
e"
,
"
idx
"
],
"eventlist"
=>
[
"vn
od
e"
,
"
vname
"
],
"event_groups"
=>
[
"group_name"
,
"agent_name"
],
"virt_firewalls"
=>
[
"fwname"
,
"type"
,
"style"
],
"firewall_rules"
=>
[
"fwname"
,
"ruleno"
,
"rule"
],
...
...
@@ -73,10 +73,9 @@ my $debug = 0;
"virt_parameters"
=>
[
"name"
,
"value"
],
);
#
XXX
#
#
The
experiment
table
is
special
.
Only
certain
fields
are
allowed
to
#
be
updated
.
Not
sure
what
the
right
approach
for
this
is
.
#
Note
that
I
regex
the
data
before
inserting
it
below
.
#
be
updated
.
#
%
experiment_fields
=
(
"multiplex_factor"
=>
1
,
"forcelinkdelays"
=>
1
,
...
...
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