Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2006 16:32:15 +0900
From:      SUZUKI Shinsuke <suz@kame.net>
To:        frank@ircnow.org
Cc:        freebsd-net@freebsd.org
Subject:   Re: Can't delete v6 addy from gif0
Message-ID:  <x7mzgymjuo.wl%suz@alaxala.net>
In-Reply-To: <20060211025810.GA11128@scott.blazing.de>
References:  <20060211025810.GA11128@scott.blazing.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> On Sat, 11 Feb 2006 03:58:10 +0100
>>>>> frank@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?x7mzgymjuo.wl%suz>