From owner-freebsd-current@FreeBSD.ORG Fri Mar 13 08:23:47 2009 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 E2ADD1065679 for ; Fri, 13 Mar 2009 08:23:47 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id AC8348FC28 for ; Fri, 13 Mar 2009 08:23:47 +0000 (UTC) (envelope-from cochard@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so1568961wfd.7 for ; Fri, 13 Mar 2009 01:23:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=DMb0Vv40L3DbFBE9muwRGhpLDyRoXyej4QADAkZOY0M=; b=bcj1rQXBYa/l6FyZMwxe9zRntZ0eWvFd53DokFAHk1qVW34/2lYfAj0SLHeu0LYq+e Jb4BSIVZQvNafqdo5iTwGnBzXMPOUg+IwH/iQyu2o6jdQs1BWlP2agMZk6k2g69lp07W NrnZvttu+ytw6CWM9RUhD1/2Y4YqObl5jwNM8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=MOUJBTQNqpq/zQHe8ZL7RJpERaoerBsN2DPaWBhDs3jZUOh3pLSiiuCHo8hqRPSHPS I7qoDCkMiTWZwSb6/7Ez0XTn9yh/uUmQ6cS7kWSl6K7YmWMTzSAxyGBkPojnGLM2T0w8 0MJVcG7Mn7ilPqvHZ1/BEKzM5K++FQPBm0/Jw= MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.143.28.8 with SMTP id f8mr473074wfj.204.1236932627371; Fri, 13 Mar 2009 01:23:47 -0700 (PDT) In-Reply-To: <20090313072057.GA65389@lor.one-eyed-alien.net> References: <3131aa530903122333x244bd56aue4f4179991942aea@mail.gmail.com> <20090313072057.GA65389@lor.one-eyed-alien.net> Date: Fri, 13 Mar 2009 09:23:47 +0100 X-Google-Sender-Auth: d0e3e418e3ff4ca0 Message-ID: <3131aa530903130123y71880898xc29bee811fdfb630@mail.gmail.com> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= To: Brooks Davis Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: How to configure DHCP client on a bridge ? 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, 13 Mar 2009 08:23:48 -0000 Thanks Brooks! Replacing the line: ifconfig_bridge0="addm bge0 addm xl0 DHCP" by: ifconfig_bridge0="addm bge0 addm xl0 SYNCDHCP" fix the dhclient problem! Regards, Olivier