add new /bin/uci script and api for manipulating buildroot-ng config files
[openwrt.git] / package / base-files / default / bin / ipcalc
index 23af6a0..e8efa6b 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-# Copyright (C) 2006 OpenWrt.org
 
 awk -f /usr/lib/common.awk -f - $* <<EOF
 BEGIN {
@@ -27,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.021901 seconds and 4 git commands to generate.