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
890f99cd
Commit
890f99cd
authored
May 23, 2011
by
Leigh B Stoller
Browse files
Add new virt_bridges table.
parent
33673847
Changes
2
Hide whitespace changes
Inline
Side-by-side
db/VirtExperiment.pm.in
View file @
890f99cd
...
...
@@ -63,7 +63,7 @@ my $debug = 0;
"virt_vtypes"
=>
[
"name"
],
"virt_programs"
=>
[
"vname"
,
"vnode"
],
"virt_user_environment"
=>
[
"name"
,
"value"
],
"virt_bridges"
=>
[
"vname"
,
"vlink"
,
"vnode"
,
"vport"
],
"virt_bridges"
=>
[
"vname"
,
"vlink"
,
"vport"
],
"nseconfigs"
=>
[
"vname"
],
"eventlist"
=>
[
"idx"
],
"event_groups"
=>
[
"group_name"
,
"agent_name"
],
...
...
db/xmlconvert.in
View file @
890f99cd
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-201
0
University of Utah and the Flux Group.
# Copyright (c) 2000-201
1
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -122,6 +122,9 @@ my %virtual_tables =
"
virt_paths
"
=>
{
rows
=>
undef
,
tag
=>
"
path_members
",
row
=>
"
path_member
"},
"
virt_bridges
"
=>
{
rows
=>
undef
,
tag
=>
"
bridge_members
",
row
=>
"
bridge_member
"},
"
experiment_blobs
"
=>
{
rows
=>
undef
,
tag
=>
"
blobs
",
row
=>
"
blob
"},
...
...
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