From owner-freebsd-net@FreeBSD.ORG Sat May 6 17:27:44 2006 Return-Path: X-Original-To: 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 440B516A401 for ; Sat, 6 May 2006 17:27:44 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [83.98.131.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF43C43D45 for ; Sat, 6 May 2006 17:27:43 +0000 (GMT) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 14DE617123; Sat, 6 May 2006 19:27:42 +0200 (CEST) Date: Sat, 6 May 2006 19:27:42 +0200 From: Ed Schouten To: FreeBSD Net Message-ID: <20060506172742.GM15353@hoeg.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K3Y3NTg/qyuIFs24" Content-Disposition: inline User-Agent: Mutt/1.5.11 Cc: Interlink Beheer Subject: nd6_lookup prints bogus messages with point to point devices 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, 06 May 2006 17:27:44 -0000 --K3Y3NTg/qyuIFs24 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello FreeBSD network folks, On one of the FreeBSD machines we maintain at Dispuut Interlink[1], we get a lot of messages like these: | nd6_lookup: failed to add route for a neighbor(), errno=3D17 The addresses mentioned in the messages are all addresses of endpoint addresses of point-to-point devices. The nd6_lookup() call in the function nd6_output() is responsible for it. If you look through nd6_output(), you see that a couple of lines below the nd6_lookup() call it doesn't really care when dealing with IFF_POINTOPOINT devices. It would be really useful to drop the messages when dealing with point to point devices, so I write a patch[2] for nd6_lookup() to make it print the message when not dealing with IFF_POINTOPOINT devices. Should I open a PR for this patch? Yours, --=20 Ed Schouten WWW: http://g-rave.nl/ [1] http://www.il.fontys.nl/ [2] http://g-rave.nl/junk/freebsd-nd6_lookup-spam.diff --K3Y3NTg/qyuIFs24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEXNyN52SDGA2eCwURAn6SAJ9aSvgMweSu75RNo2Aex1eDKpXZYwCffL+5 6YlIbpxreDPyxehLWpkpjlg= =gk6y -----END PGP SIGNATURE----- --K3Y3NTg/qyuIFs24--