From owner-freebsd-net@FreeBSD.ORG Sat Feb 11 02:58:14 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 A59F416A420 for ; Sat, 11 Feb 2006 02:58:14 +0000 (GMT) (envelope-from frank@ircnow.org) Received: from scott.blazing.de (scott.blazing.de [80.86.187.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C64643D48 for ; Sat, 11 Feb 2006 02:58:13 +0000 (GMT) (envelope-from frank@ircnow.org) Received: by scott.blazing.de (Postfix, from userid 510) id 5C1AD95659; Sat, 11 Feb 2006 03:58:12 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on scott.blazing.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by scott.blazing.de (Postfix) with ESMTP id A8ACE95646 for ; Sat, 11 Feb 2006 03:58:10 +0100 (CET) Received: by shodan.nognu.de (nbSMTP-1.00) for uid 1002 frank@ircnow.org; Sat, 11 Feb 2006 03:58:10 +0100 (CET) Date: Sat, 11 Feb 2006 03:58:10 +0100 From: Frank Steinborn To: freebsd-net@freebsd.org Message-ID: <20060211025810.GA11128@scott.blazing.de> Mail-Followup-To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP: 0x41F1741D User-Agent: mutt-ng/devel-r581 (FreeBSD) Subject: 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 02:58:14 -0000 Hello, 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? Thanks, Frank