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
2b7969ad
Commit
2b7969ad
authored
Feb 13, 2004
by
Robert Ricci
Browse files
Merge in revision 1.45.6.1 from the commvirtsig branch.
parent
5256bf95
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/ns2ir/node.tcl
View file @
2b7969ad
...
...
@@ -174,6 +174,10 @@ Node instproc updatedb {DB} {
set ipraw
{}
set i 0
foreach ip $iplist
{
if
{
$ip ==
{}
}
{
# Give a dummy IP address if none has been set
set ip
"0.0.0.0"
}
lappend ipraw $i:$ip
incr i
}
...
...
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