Subject: Re: checking
To: Christos Zoulas <christos@zoulas.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 12/21/1999 00:15:07
>A little cheesy but:
>ifconfig lo0 inet6 > /dev/null 2>&1
>if [ $? != 0 ]
>then
>	echo "No ipv6 support"
>else
>	echo "Found ipv6 support"
>fi

	thanks for the tip, it worked beautifully.

itojun