From owner-freebsd-net@FreeBSD.ORG Thu Feb 1 01:32:59 2007 Return-Path: X-Original-To: net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65C0B16A400 for ; Thu, 1 Feb 2007 01:32:59 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.freebsd.org (Postfix) with ESMTP id 41AC313C47E for ; Thu, 1 Feb 2007 01:32:54 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.internal (unknown [10.202.2.149]) by out1.messagingengine.com (Postfix) with ESMTP id 6D30B9DD7D for ; Wed, 31 Jan 2007 20:32:53 -0500 (EST) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by out1.internal (MEProxy); Wed, 31 Jan 2007 20:32:53 -0500 X-Sasl-enc: sZ6mbNxgzDU/I+gT5XC4rKdXax1wVpuHa0Wiwtt1n3Kc 1170293573 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id 0E7B010541 for ; Wed, 31 Jan 2007 20:32:52 -0500 (EST) Message-ID: <45C14343.3020401@incunabulum.net> Date: Thu, 01 Feb 2007 01:32:51 +0000 From: Bruce M Simpson User-Agent: Thunderbird 1.5.0.9 (X11/20070125) MIME-Version: 1.0 To: net@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: [PATCH] Zeroconf: avahi-autoipd support for FreeBSD 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, 01 Feb 2007 01:32:59 -0000 Hello, As you probably all know, I have been endeavouring to do something about the lack of Zeroconf support. Today, I've spent a while hacking out a diff to get Avahi's autoipd to run on FreeBSD: http://people.freebsd.org/~bms/dump/avahi-autoipd.diff Comments and feedback, particularly more in-depth testing by another contributor, are very welcome. I have tested this on my local 802.11 wireless segment with ath(4). Before this can be committed to ports or pushed upstream, it is missing an rc script. Regards, BMS