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
3f62ec3c
Commit
3f62ec3c
authored
Jul 02, 2012
by
Gary Wong
Browse files
Bug fix for GetJailIP().
parent
56634b2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Node.pm.in
View file @
3f62ec3c
...
...
@@ -3239,8 +3239,8 @@ sub GetJailIP($;$)
$
pnet
++;
$
pnode2
-=
$
nodenumlimit
;
}
return
(
"${IPBASE1}.${pnet}.${pnode2}.${num}"
,
$
JAILIPMASK
);
}
return
(
"${IPBASE1}.${pnet}.${pnode2}.${num}"
,
$
JAILIPMASK
);
}
#
...
...
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