Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2001 18:42:44 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        freebsd-hackers@FreeBSD.org
Cc:        Brian Somers <brian@freebsd-services.com>
Subject:   IPv6 DAD avoidance
Message-ID:  <200108191742.f7JHgiU00866@hak.lan.Awfulhak.org>

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

Can anybody tell me if it's possbile to tell a given interface not to 
do DAD ?  Specifically, when using the tun device for PPP, PPP 
negotiates it's own endpoint (link-local) addresses with the peer.  
However, it doesn't look possible to stop the kernel from doing DAD 
unless we already have a link-local address assigned to the interface 
when we IFF_UP it....

Perhaps we could have a new IFF_ flag (say, IFF_NODAD) that could be 
ioctl()d into the interface's if_flags field and checked in 
in6_ifattach() ?

Thanks for any help....
-- 
Brian <brian@freebsd-services.com>                <brian@Awfulhak.org>
      http://www.freebsd-services.com/        <brian@[uk.]FreeBSD.org>
Don't _EVER_ lose your sense of humour !      <brian@[uk.]OpenBSD.org>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108191742.f7JHgiU00866>