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
9cb3ec8d
Commit
9cb3ec8d
authored
Jun 06, 2003
by
Leigh B. Stoller
Browse files
Do not allow virtnodes in lans, since assign cannot handle the
combination of lans and trivial links.
parent
259951c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/lanlink.tcl
View file @
9cb3ec8d
...
...
@@ -448,6 +448,12 @@ Lan instproc updatedb {DB} {
var_import ::GLOBALS::eid
foreach nodeport $nodelist
{
set node
[
lindex $nodeport 0
]
set isvirt
[
$node
set isvirt
]
if
{
$isvirt
}
{
perror
"Virtual nodes (
$node
) may not be in lans yet!"
return
}
set linkqueue $linkq
(
$nodeport
)
set limit_
[
$linkqueue
set limit_
]
set maxthresh_
[
$linkqueue
set maxthresh_
]
...
...
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