From owner-freebsd-net@FreeBSD.ORG Thu Feb 10 15:32:00 2011 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 A7F2F106566B for ; Thu, 10 Feb 2011 15:32:00 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) by mx1.freebsd.org (Postfix) with ESMTP id 269958FC17 for ; Thu, 10 Feb 2011 15:32:00 +0000 (UTC) Received: from dhcp170-205-red.yandex.net ([95.108.170.205]) by sunner.semmy.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.74 (FreeBSD)) (envelope-from ) id 1PnYUx-000O4q-B7 for freebsd-net@freebsd.org; Thu, 10 Feb 2011 18:31:59 +0300 Message-ID: <4D5404F0.9040605@FreeBSD.org> Date: Thu, 10 Feb 2011 18:32:00 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <4D52AB12.6050506@FreeBSD.org> In-Reply-To: <4D52AB12.6050506@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: route messages from NDP 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: Thu, 10 Feb 2011 15:32:00 -0000 09.02.2011 17:56, Sergey Matveychuk wrote: [skipped] > DST is IPv6 address, IFP and IFA I don't care and GATEWAY section is empty. > Let's see why: > $1 = {sdl_len = 54 '6', sdl_family = 18 '\022', sdl_index = 8, sdl_type > = 135 '\207', sdl_nlen = 0 '\0', > sdl_alen = 0 '\0', sdl_slen = 0 '\0', sdl_data = '\0' } > > family is AF_LINK (18), it's a correct one. But sdl_alen, sdl_data are > zeros. I forget to mention it's for 7.3-STABLE. Looks like L2 (ARP/NDP) entries don't generate routing message at all for 8.x+. It's seems a feature ARP-rewritting project. Am I right?