From owner-freebsd-hackers Sun Aug 19 22:17:45 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from updraft.jp.freebsd.org (updraft.jp.FreeBSD.ORG [210.157.158.42]) by hub.freebsd.org (Postfix) with ESMTP id AF69937B410 for ; Sun, 19 Aug 2001 22:17:41 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by updraft.jp.freebsd.org (8.11.3+3.4W/8.11.3) with ESMTP/inet id f7K5HQa23337; Mon, 20 Aug 2001 14:17:27 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: brian@Awfulhak.org In-Reply-To: <200108191742.f7JHgiU00866@hak.lan.Awfulhak.org> References: <200108191742.f7JHgiU00866@hak.lan.Awfulhak.org> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (alfalfa) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 13 From: Makoto MATSUSHITA To: hackers@freebsd.org Subject: Re: IPv6 DAD avoidance Date: Mon, 20 Aug 2001 14:17:19 +0900 Message-Id: <20010820141719Z.matusita@jp.FreeBSD.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian> Can anybody tell me if it's possbile to tell a given interface brian> not to do DAD ? There is a kernel MIB, 'net.inet6.ip6.dad_count'. See inet6(4) manpage for more detail. However, there is no way to stop DAD for any given interfaces; only we have two choices, 'do DAD to any interfaces' or 'do not DAD to all interfaces'. -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message