On Jun 19, 2011, at 10:59 PM, Doug Barton wrote:

> Author: dougb
> Date: Sun Jun 19 22:59:54 2011
> New Revision: 223311
> URL: http://svn.freebsd.org/changeset/base/223311
> 
> Log:
>  Blah, forgot to svn add the actual script from r223310
> 

Now that it is generic, what about IPv6?

> ...
> +
> +     for ip in ${netwait_ip}; do
> +             echo -n "Waiting for ${ip} to respond to ICMP"
> +
> +             count=1
> +             while [ ${count} -le ${netwait_timeout} ]; do
> +                     /sbin/ping -t 1 -c 1 -o ${ip} >/dev/null 2>&1
> +                     rc=$?
-- 
Bjoern A. Zeeb                                 You have to have visions!
         Stop bit received. Insert coin for new address family.

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to