Ping until 32
This commit is contained in:
parent
a3392bc730
commit
1534edff2b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ if [ $# -ge 1 ]; then
|
|||
read=""
|
||||
fi
|
||||
|
||||
for addr in $(seq 1 8); do
|
||||
for addr in $(seq 1 32); do
|
||||
ip=2001:db8:42::$addr
|
||||
echo "Next to ping: ${ip}"
|
||||
if [ "$read" ]; then
|
||||
|
|
Loading…
Reference in a new issue