From owner-cvs-all@FreeBSD.ORG Thu Jun 25 07:45:49 2009 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB83D106566C for ; Thu, 25 Jun 2009 07:45:49 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 93BB78FC12 for ; Thu, 25 Jun 2009 07:45:49 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 5E6D041C89A; Thu, 25 Jun 2009 09:30:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id iwk433ivTejQ; Thu, 25 Jun 2009 09:30:06 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id F1EB841C899; Thu, 25 Jun 2009 09:30:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id E14904448E6; Thu, 25 Jun 2009 07:25:49 +0000 (UTC) Date: Thu, 25 Jun 2009 07:25:49 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Daniel O'Connor In-Reply-To: <200906251621.22421.doconnor@gsoft.com.au> Message-ID: <20090625072353.H22887@maildrop.int.zabbadoz.net> References: <200906242221.n5OMLVxb032003@svn.freebsd.org> <200906251621.22421.doconnor@gsoft.com.au> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: svn commit: r194927 - in head: share/man/man4 sys/net X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 07:45:50 -0000 On Thu, 25 Jun 2009, Daniel O'Connor wrote: > On Thu, 25 Jun 2009, Bjoern A. Zeeb wrote: >> Author: bz >> Date: Wed Jun 24 22:21:30 2009 >> New Revision: 194927 >> URL: http://svn.freebsd.org/changeset/base/194927 >> >> Log: >> Merge from p4: CH154790,154793,154874 >> >> Import if_epair(4), a virtual cross-over Ethernet-like interface >> pair. > > Can't you already do this pretty easily with netgraph? > > ie connect 2 ng_eiface's together. > > Although that said, the ng docs leave a bit to be desired if you want to > actually do it ;) Yes, but this explicitly there to avoid the mandaotry dependency of netgraph for vnets once you are out of physical interfaces. The much I like netgraph for some things the much people like to be able to avoid it, also for simplicitly, if they do neither need nor know it. /bz -- Bjoern A. Zeeb The greatest risk is not taking one.