[package] base-files: add an experimental "-c" flag which tries to preserve *all...
[openwrt.git] / package / base-files / files / bin / ipcalc.sh
index e8efa6b..318980e 100755 (executable)
@@ -26,7 +26,7 @@ BEGIN {
        
        if (ARGC > 3) {
                print "START="int2ip(start)
-               print "END="int2ip(end-1)
+               print "END="int2ip(end)
        }
 }
 EOF
This page took 0.027001 seconds and 4 git commands to generate.