Hi,

>>>>> On Sat, 11 Feb 2006 03:58:10 +0100
>>>>> [EMAIL PROTECTED](Frank Steinborn)  said:

> i'm trying to delete an IPv6-address from my gif-interface (named
> blazing):
> 
> shodan:~# ifconfig blazing inet6 delete 2001:1638:17ad::9 
> ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address
> 
> I tried 2001:1638:17ad:0:0:0:0:9 too without success. Adding the
> address (ifconfig blazing inet6 add) worked fine, though. Any hints?
please try the folllowing command, instead.
       ifconfig blazing inet6 2001:1638:17ad::9 delete

As is written in man ifconfig, "delete" (alias of "-alias") should
appear after the address argument.

Thanks,
----
SUZUKI, Shinsuke @ KAME Project
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to