Browse Source

Ping until 32

master
Nico Schottelius 4 years ago
parent
commit
1534edff2b
  1. 2
      netpfga/ping_ipv6_addresses.sh

2
netpfga/ping_ipv6_addresses.sh

@ -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…
Cancel
Save