From owner-freebsd-net@FreeBSD.ORG Fri Oct 12 15:04:54 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8854216A419 for ; Fri, 12 Oct 2007 15:04:54 +0000 (UTC) (envelope-from liujiusheng@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id 42CD113C461 for ; Fri, 12 Oct 2007 15:04:54 +0000 (UTC) (envelope-from liujiusheng@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so658031nzf for ; Fri, 12 Oct 2007 08:04:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=J+huHDvrAGyZHeedeA/D5MJphvyCqdvVESioealAZWk=; b=MHeqp/fUfuw+O1cVtlnd8Ued4R6lC9MaMrgGLL35k5VnESSomQ87xYicKUgfmFblnPQ3xDqk2/CBuo9XjBf9IfpS9ayGUV4i8A0zpt4uq7HTgt2fcWhjnqwca13dMv7EdLTDjtJ4aZZdlAT56gWfzg0M35KfL6EuDQaeIZ85Jyg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=FwgmthDAlx+/GS0gvf47deyKIBo9DEB3m6B/o7gGN8+WU7NE2CYn+FAnn0kqxkEPPn7ErP8P3aOnTsiEMmSUXVsWFyn+wipDL/gGlI3cJ04VCwazfQ1rjfQLF3ICvxsMSTb8FlzTdpokw1++NJk9tEFlIXPnflLHtae+O+ihgnA= Received: by 10.142.203.13 with SMTP id a13mr992154wfg.1192199884844; Fri, 12 Oct 2007 07:38:04 -0700 (PDT) Received: by 10.142.88.19 with HTTP; Fri, 12 Oct 2007 07:38:04 -0700 (PDT) Message-ID: Date: Fri, 12 Oct 2007 22:38:04 +0800 From: "Jiusheng Liu" To: freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: When interface becomes down, ipv6 direct routes are not deleted 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: Fri, 12 Oct 2007 15:04:54 -0000 When I make the interface down by ifconfig, all the direct routes are not deleted. And the addresses state are not changed. And I can even ping those address in this interface. Is this correct, or a bug? I test it in vmware virtual machine. This is my first post to this mailing list, and I don't know if it is the right place. Any ideas are appreciated, thank you in advance.