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
822ee940
Commit
822ee940
authored
Jan 24, 2014
by
Leigh B Stoller
Browse files
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
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
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