mirror of https://github.com/hak5/openwrt-owl.git
parent
4027ebea19
commit
73242900e3
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
|
||||||
|
|
||||||
awk -f /usr/lib/common.awk -f - $* <<EOF
|
awk -f /usr/lib/common.awk -f - $* <<EOF
|
||||||
BEGIN {
|
BEGIN {
|
||||||
|
@ -27,7 +26,7 @@ BEGIN {
|
||||||
|
|
||||||
if (ARGC > 3) {
|
if (ARGC > 3) {
|
||||||
print "START="int2ip(start)
|
print "START="int2ip(start)
|
||||||
print "END="int2ip(end)
|
print "END="int2ip(end-1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue