From owner-freebsd-net@FreeBSD.ORG Sat Feb 11 07:32:49 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B46FC16A420 for ; Sat, 11 Feb 2006 07:32:49 +0000 (GMT) (envelope-from suz@alaxala.net) Received: from pc1.alaxala.net (pos-2-0.hitachi2.fujisawa.wide.ad.jp [203.178.142.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id A963443D68 for ; Sat, 11 Feb 2006 07:32:41 +0000 (GMT) (envelope-from suz@alaxala.net) Received: from localhost (localhost [127.0.0.1]) by pc1.alaxala.net (Postfix) with ESMTP id 1F4A3BB5C; Sat, 11 Feb 2006 16:32:41 +0900 (JST) Received: from pc1.alaxala.net ([127.0.0.1]) by localhost (pc1.alaxala.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 42207-03; Sat, 11 Feb 2006 16:32:37 +0900 (JST) Received: from flora220.uki-uki.net (240.163.192.61.tokyo.global.alpha-net.ne.jp [61.192.163.240]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pc1.alaxala.net (Postfix) with ESMTP id BCFD6BB59; Sat, 11 Feb 2006 16:32:37 +0900 (JST) Date: Sat, 11 Feb 2006 16:32:15 +0900 Message-ID: From: SUZUKI Shinsuke To: frank@ircnow.org X-cite: xcite 1.33 In-Reply-To: <20060211025810.GA11128@scott.blazing.de> References: <20060211025810.GA11128@scott.blazing.de> User-Agent: Wanderlust/2.15.1 (Almost Unreal) Emacs/22.0 Mule/5.0 (SAKAKI) Organization: Technical Marketing Dept., ALAXALA Networks Corporation MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: amavisd-new at alaxala.net Cc: freebsd-net@freebsd.org Subject: Re: Can't delete v6 addy from gif0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 07:32:50 -0000 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