From owner-freebsd-net@FreeBSD.ORG Sun Oct 18 04:03:48 2009 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 594FD1065679 for ; Sun, 18 Oct 2009 04:03:48 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1416D8FC14 for ; Sun, 18 Oct 2009 04:03:47 +0000 (UTC) Received: by ywh8 with SMTP id 8so3019735ywh.3 for ; Sat, 17 Oct 2009 21:03:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=k47LVzX3WAUmQWyPoUSN5BX7vIuNoH9uodMOIDmIDnQ=; b=LiJFJ6TnSkYcx3FSDHjUfS91Yi8x6JUuhH3x/yYSZKTJ6W2Dll0aELRitE6DGnagXo 51kw7r8AS1/2yEBkOI/pVGpuqrvn3C0mmm1okUisM5Oqx7litm4e+HKB4B6MlrgHkxAt Nq/en2RvYNbtjDL6qGDl+4D4lS/ZiRSP7LW1I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=sMOz/EUrHcwFBCd+F01JOOCy/rk6QXxgPLHMpRPbG0g/13gTyfOTJhrCMe9TQpGU82 Zef7uvBSZo+IEIc2V6fo4hZupAJl3OWpUS1CZ+SZLUS2u50cJaJJoSH50448gVUx0nQX uVstwlbPU48K5+b/vT8cK8t08bJekD+a6rysc= MIME-Version: 1.0 Received: by 10.101.81.15 with SMTP id i15mr2869952anl.131.1255838627425; Sat, 17 Oct 2009 21:03:47 -0700 (PDT) In-Reply-To: References: Date: Sun, 18 Oct 2009 00:03:47 -0400 Message-ID: <25ff90d60910172103y7b07b7e8wd7b8666bf2e9990b@mail.gmail.com> From: David Horn To: Martin Garon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: Native support for AutoIP (aka LLA, RFC 3927). 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: Sun, 18 Oct 2009 04:03:48 -0000 On Fri, Oct 16, 2009 at 4:38 PM, Martin Garon wrote: > Hi, > > > > I need to implement AutoIP in my embedded FW that uses a snapshot of FreeBSD > 4.4 network stack. > > > > I could not find any support for it in the latest development cvs tree. Any > chance it is somewhere that I missed? > > > > If there is no support, anyone could suggest a good approach to this? I am > thinking porting libpcap in order to access the data link layer to > intercept/inject some ARP packets. > > > > All comments welcomed, > Check out the Avahi implementation of IPv4 Link Local (RFC 3927). In ports under net/avahi-autoipd Good Luck -_Dave H