add new /bin/uci script and api for manipulating buildroot-ng config files
[openwrt.git] / package / base-files / default / bin / ipcalc
index 318980e..e8efa6b 100755 (executable)
@@ -26,7 +26,7 @@ BEGIN {
        
        if (ARGC > 3) {
                print "START="int2ip(start)
-               print "END="int2ip(end)
+               print "END="int2ip(end-1)
        }
 }
 EOF
This page took 0.020444 seconds and 4 git commands to generate.