From owner-freebsd-net Sat Feb 16 21:13:59 2002 Delivered-To: freebsd-net@freebsd.org Received: from ns.live.com (ns.live.com [66.80.62.34]) by hub.freebsd.org (Postfix) with ESMTP id B047137B404 for ; Sat, 16 Feb 2002 21:13:57 -0800 (PST) Received: (from rsf@localhost) by ns.live.com (8.9.3/8.9.3) id VAA00286; Sat, 16 Feb 2002 21:13:57 -0800 (PST) (envelope-from rsf) Message-Id: <4.3.1.1.20020216201023.00af8f00@localhost> X-Sender: rsf@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sat, 16 Feb 2002 21:12:58 -0800 To: freebsd-net@FreeBSD.ORG From: Ross Finlayson Subject: Re: nd6_rtrequest: bad gateway value: stf0 In-Reply-To: <4.3.1.1.20020216130038.00babc30@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Following up on my own question... I took at look at the code (/usr/src/sys/netinet6/nd6.c line 1185) where this message is printed. From what I can tell, the message is being printed only because the interface (stf0) is an "AF_INET6" rather than a "AF_LINK". It's not clear to me whether there's even a real error occurring here - and it turns out that I am able to communicate with other IPv6 nodes (both 6to4 and native) just fine. Can anyone who's familiar with this code confirm whether or not this message is just a red herring? Ross. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message