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
9cb3ec8d
Commit
9cb3ec8d
authored
Jun 06, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tbsetup/ns2ir/lanlink.tcl
tbsetup/ns2ir/lanlink.tcl
+6
-0
No files found.
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
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