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
597d966a
Commit
597d966a
authored
Oct 12, 2005
by
Mike Hibler
Browse files
Reapply fix from 1.3 that got lost in the last rev
parent
4c8a4cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Node.pm.in
View file @
597d966a
...
...
@@ -331,7 +331,7 @@ sub CreateVnodes($$)
#
my $nodenumlimit = $ISUTAH ? 200 : 254;
my $pnet = $IPBASE2;
my $pnode2 = $nodenum;
my $pnode2 =
int(
$nodenum
)
;
while ($pnode2 > $nodenumlimit) {
$pnet++;
$pnode2 -= $nodenumlimit;
...
...
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