base-files: ipcalc.sh: fix off-by-one in range-calculation
SVN-Revision: 16619
This commit is contained in:
@@ -26,7 +26,7 @@ BEGIN {
|
|||||||
|
|
||||||
if (ARGC > 3) {
|
if (ARGC > 3) {
|
||||||
print "START="int2ip(start)
|
print "START="int2ip(start)
|
||||||
print "END="int2ip(end-1)
|
print "END="int2ip(end)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user