From owner-freebsd-current@FreeBSD.ORG Fri Sep 10 21:19:28 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B05361065670; Fri, 10 Sep 2010 21:19:28 +0000 (UTC) (envelope-from ray@ddteam.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 204F18FC1B; Fri, 10 Sep 2010 21:19:27 +0000 (UTC) Received: by fxm4 with SMTP id 4so2427754fxm.13 for ; Fri, 10 Sep 2010 14:19:27 -0700 (PDT) Received: by 10.223.121.7 with SMTP id f7mr895586far.13.1284151742542; Fri, 10 Sep 2010 13:49:02 -0700 (PDT) Received: from rnote.ddteam.net (218-139-132-95.pool.ukrtel.net [95.132.139.218]) by mx.google.com with ESMTPS id h12sm1569935faa.37.2010.09.10.13.49.00 (version=SSLv3 cipher=RC4-MD5); Fri, 10 Sep 2010 13:49:01 -0700 (PDT) Date: Fri, 10 Sep 2010 23:48:30 +0300 From: Aleksandr Rybalko To: Julien Laffaye Message-Id: <20100910234830.87641e07.ray@ddteam.net> In-Reply-To: References: <4C8A5CA0.1050700@feral.com> <4C8A7ACB.9070408@FreeBSD.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: David DEMELIER , Doug Barton , Matthew Jacob , freebsd-current@freebsd.org Subject: Re: DHCP server in base X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2010 21:19:28 -0000 On Fri, 10 Sep 2010 21:06:45 +0200 Julien Laffaye wrote: > On Fri, Sep 10, 2010 at 8:36 PM, Doug Barton wrote: > > As I've said many times, I'm ready to have it out when there is consensus to > > do so. The usual discussion goes like this: > > > > 1. Get BIND out of the base! > > 2. If we remove it, the command line tools (dig, host, nslookup) go with it. > > DragonflyBSD chose to remove BIND and to use drill as a replacement [1]. > Don't know if it meet our requirements, though. > > [1]: http://leaf.dragonflybsd.org/mailarchive/submit/2010-03/msg00003.html > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Hi, another argument about hostapd :) if have access point we must have way to assign IP for AP clients. Last spring I made firmware based on FreeBSD for router with only 4MB NOR flash (D-Link DIR-320). Since this device is router I must be able to serve DHCP. And current implementation of dhcpclient, that we have, is same isc-dhcp, and I replace system dhcpclient with ports one+dhcpd but with small patch that put basic dhcp utils onto libdhcp.so. So: 1. We already have code for libdhcp in base. 2. We already use isc-dhcp as dhcpclient. 3. We already build small-size embedded routers firmware with DHCP server. 4. We have hostap and other router/AP functionality. So why not include dhcpd in base now? -- Aleksandr Rybalko