Can't delete v6 addy from gif0

SUZUKI Shinsuke suz at kame.net
Fri Feb 10 23:32:50 PST 2006


Hi,

>>>>> On Sat, 11 Feb 2006 03:58:10 +0100
>>>>> frank at ircnow.org(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


More information about the freebsd-net mailing list