From owner-freebsd-net@FreeBSD.ORG Tue Mar 21 00:04:36 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 602AB16A424; Tue, 21 Mar 2006 00:04:36 +0000 (UTC) (envelope-from bms@spc.org) Received: from mindfull.spc.org (mindfull.spc.org [83.167.185.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6051C43D49; Tue, 21 Mar 2006 00:04:35 +0000 (GMT) (envelope-from bms@spc.org) Received: from arginine.spc.org ([83.167.185.2]) by mindfull.spc.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.52) id 1FLUMP-0003ir-Qp; Tue, 21 Mar 2006 00:04:29 +0000 Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 6EB3C65499; Tue, 21 Mar 2006 00:04:33 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 72443-02; Tue, 21 Mar 2006 00:04:32 +0000 (GMT) Received: by arginine.spc.org (Postfix, from userid 1078) id 97CD2653F9; Tue, 21 Mar 2006 00:04:32 +0000 (GMT) Date: Tue, 21 Mar 2006 00:04:32 +0000 From: Bruce M Simpson To: Dave Cornejo Message-ID: <20060321000432.GC43118@spc.org> Mail-Followup-To: Bruce M Simpson , Dave Cornejo , Andre Oppermann , freebsd-net@freebsd.org References: <441F2171.FF9D6DB8@freebsd.org> <200603202208.k2KM8aTl021001@white.dogwood.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200603202208.k2KM8aTl021001@white.dogwood.com> User-Agent: Mutt/1.4.1i Organization: Incunabulum X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mindfull.spc.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - spc.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-net@freebsd.org, Andre Oppermann Subject: Re: IP_SENDIF? 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: Tue, 21 Mar 2006 00:04:36 -0000 On Mon, Mar 20, 2006 at 12:08:35PM -1000, Dave Cornejo wrote: > In summary it's a piece missing for FreeBSD to implement the function > of the Linux socket option SO_BINDTODEVICE, which forces packets > transmitted on the socket to be sent on the bound device. I'm currently out of commission with the flu, and hog-tied by $DAYJOB. But I'm happy to steal time, somehow, to review any follow-up work. BMS