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-stable
Commits
1dcd0efc
Commit
1dcd0efc
authored
Nov 12, 2008
by
Tarun Prabhu
Browse files
Minor error in vtop corrected
parent
bf20c122
Changes
1
Hide whitespace changes
Inline
Side-by-side
assign/vtop.rnc
View file @
1dcd0efc
...
...
@@ -48,8 +48,8 @@ VclassSpec = element vclass {
## type) or soft (ie. violating it is allowed, but penalize)
(element hard { empty } |
(element soft { empty },
element weight { xsd:float { minInclusive = "0.0" } } ))
(
element physical_type { text }
)
+
element weight { xsd:float { minInclusive = "0.0" } } ))
,
element physical_type { text }+
}
## "Legacy" link flags used by assign. Will be replaced by properties
...
...
Write
Preview
Supports
Markdown
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