From owner-freebsd-stable@FreeBSD.ORG Tue Mar 31 21:31:07 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA8E8604 for ; Tue, 31 Mar 2015 21:31:07 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 675E2AED for ; Tue, 31 Mar 2015 21:31:07 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Yd3kU-0007iE-Rj for freebsd-stable@freebsd.org; Tue, 31 Mar 2015 23:31:02 +0200 Received: from 176.248.230.157 ([176.248.230.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Mar 2015 23:31:02 +0200 Received: from johannes by 176.248.230.157 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Mar 2015 23:31:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Johannes Totz Subject: epair on 9-stable Date: Tue, 31 Mar 2015 22:31:02 +0100 Lines: 18 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 176.248.230.157 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 21:31:07 -0000 Hi, Is epair (virtual ethernet) supposed to work on 9-stable? I'm having trouble with it. I want to connect one end to a bridge, e.g.: bge0 <===> bridge0 <===> epair0a <---> epair0b and run dhclient on epair0b. But nothing comes through, not even on epair0a. bridge0 itself receives packets. No firewall involved. Any ideas? Johannes