From owner-freebsd-net@FreeBSD.ORG Thu Oct 28 02:29:56 2004 Return-Path: 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 41D8C16A4CE for ; Thu, 28 Oct 2004 02:29:56 +0000 (GMT) Received: from outbound0.sv.meer.net (outbound0.sv.meer.net [205.217.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C79043D31 for ; Thu, 28 Oct 2004 02:29:56 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from mail.meer.net (mail.meer.net [209.157.152.14]) i9S2Tia4084644; Wed, 27 Oct 2004 19:29:44 -0700 (PDT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (pc1.oakwoodazabu1-unet.ocn.ne.jp [220.110.140.201]) by mail.meer.net (8.12.10/8.12.2/meer) with ESMTP id i9S2TdRw019708; Wed, 27 Oct 2004 19:29:43 -0700 (PDT) (envelope-from gnn@neville-neil.com) Date: Thu, 28 Oct 2004 11:29:36 +0900 Message-ID: From: "George V. Neville-Neil" To: Julian Elischer , freebsd-net@freebsd.org In-Reply-To: <20041027195233.GC770@empiric.icir.org> References: <20041027073858.GC719@empiric.icir.org> <417FF6D6.4010201@elischer.org> <20041027195233.GC770@empiric.icir.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.5 Emacs/21.2 (powerpc-apple-darwin) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Subject: Re: Implementing IP_SENDIF (like SO_BINDTODEVICE) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Oct 2004 02:29:56 -0000 At Wed, 27 Oct 2004 12:52:33 -0700, Bruce M Simpson wrote: > > On Wed, Oct 27, 2004 at 12:28:22PM -0700, Julian Elischer wrote: > > >It annoys me that we have to resort to BPF to send IP datagrams on > > >unnumbered interfaces. Here is a half baked idea. Please look and > > >tell me what you think. > > > > I've sent lots of datagrams on un-numberred interfaces using netgraph.. > > I should qualify my post a bit more: I began thinking along these lines > with the intention of enabling ISC dhcp (and dhclient) to be compiled > without using bpf support. I don't have the time or interest to port ISC > dhcp to use netgraph, but I'd be interested to see the results if that > happened. > Just one quick question. Does the use of this option require root privilege? I think it should :-) Later, George