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
2fd98548
Commit
2fd98548
authored
May 28, 2008
by
Leigh B. Stoller
Browse files
Minor bug fix.
parent
85d38048
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/lanlink.tcl
View file @
2fd98548
# -*- tcl -*-
#
# EMULAB-COPYRIGHT
# Copyright
(
c
)
2000-2006 University of Utah and the Flux Group.
# Copyright
(
c
)
2000-2006
, 2008
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -433,7 +433,10 @@ LanLink instproc fill_ips {} {
#perror
"Not allowed to use a remote node in lan
$self
!"
return
}
set widearea $isremote
if
{
$isremote
}
{
# A boolean ... not a count.
set widearea 1
}
# See parse-ns if you change this!
if
{
$isremote
&&
(
$netmask
!=
"255.255.255.248"
)}
{
...
...
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