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
822ee940
Commit
822ee940
authored
Jan 24, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make vlans and linkdelays user settable features, mostly
so they get propagated when clonging an image.
parent
2b70f372
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
www/osiddefs.php3
www/osiddefs.php3
+3
-3
No files found.
www/osiddefs.php3
View file @
822ee940
<?php
#
# Copyright (c) 2000-201
3
University of Utah and the Flux Group.
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -44,8 +44,8 @@ $osid_featurelist["isup"] = 1;
$osid_featurelist
[
"veths"
]
=
0
;
$osid_featurelist
[
"mlinks"
]
=
0
;
$osid_featurelist
[
"linktest"
]
=
1
;
$osid_featurelist
[
"linkdelays"
]
=
0
;
$osid_featurelist
[
"vlans"
]
=
0
;
$osid_featurelist
[
"linkdelays"
]
=
1
;
$osid_featurelist
[
"vlans"
]
=
1
;
$osid_featurelist
[
"suboses"
]
=
1
;
$osid_featurelist
[
"loc-bstore"
]
=
1
;
$osid_featurelist
[
"rem-bstore"
]
=
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