From owner-freebsd-mobile@FreeBSD.ORG Sun Jun 15 18:18:02 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E68B437B401 for ; Sun, 15 Jun 2003 18:18:02 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 1310D43F75 for ; Sun, 15 Jun 2003 18:18:02 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 398 invoked by uid 5013); 16 Jun 2003 01:16:38 -0000 Date: Mon, 16 Jun 2003 02:16:37 +0100 From: Bruce M Simpson To: "M. Warner Losh" Message-ID: <20030616011637.GI9463@spc.org> Mail-Followup-To: Bruce M Simpson , "M. Warner Losh" , jesse@wingnet.net, freebsd-mobile@freebsd.org References: <20030613.192941.78708305.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030613.192941.78708305.imp@bsdimp.com> User-Agent: Mutt/1.4.1i cc: jesse@wingnet.net cc: freebsd-mobile@freebsd.org Subject: Re: multiple DHCP interfaces X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 01:18:03 -0000 On Fri, Jun 13, 2003 at 07:29:41PM -0600, M. Warner Losh wrote: > : Has anyone had success running DHCP on multiple > : interfaces simultaneously? > You can't. There was a change to the inet layer that makes this > impossible :-( Did something break IP_RECVIF ? BMS