From owner-freebsd-net@FreeBSD.ORG Thu Aug 6 06:08:43 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CB6E106566C for ; Thu, 6 Aug 2009 06:08:43 +0000 (UTC) (envelope-from sergv326@gmail.com) Received: from mail-bw0-f220.google.com (mail-bw0-f220.google.com [209.85.218.220]) by mx1.freebsd.org (Postfix) with ESMTP id A0F318FC1D for ; Thu, 6 Aug 2009 06:08:42 +0000 (UTC) Received: by bwz20 with SMTP id 20so579797bwz.9 for ; Wed, 05 Aug 2009 23:08:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=/cie0PnXUo6wtz2KskFDWWGXt3SBguBYTsbCBA2G4Ls=; b=QBGhzVLPBu9J07vZKZ5mmfObh9GsE1SamHrCedky04V1jipV2ayycMmObVJVzFWHVV ByXOQQcBDiOjs9BA47WoZyhhBHX5ghYaAf2UucBEAtMm1e3WVHGQit2kkgC6C6fVe3E9 G1kSEoSzeGF1RF0gpx55HHee32g46NSgXUQHU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=mItssTIexUgReT3vJHBV3OnRW+M3DTh0x478e2t1Z2MyYP3hW+wSM2q1NvvEsLVJfC HvBP4Th3+hTB7reBk8oNNXTRUpwEXUXxHmUhYbB/R4TlazFUFtB+6T3GlAX/vaKD/He3 iNpNX5c1mXm0RWxSG8lZvrh3HYnPQ2L7GXrp8= MIME-Version: 1.0 Received: by 10.239.142.196 with SMTP id h4mr876848hba.31.1249537409378; Wed, 05 Aug 2009 22:43:29 -0700 (PDT) Date: Thu, 6 Aug 2009 09:43:29 +0400 Message-ID: From: serg vasilyev To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: LACP support and if_tap interface 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: Thu, 06 Aug 2009 06:08:43 -0000 Hi everyone. Can anyone modify if_tap interface to achieve LACP needs (probably add a virtual media i suspect)? I want to create an Ethernet tunnel with aggregation via openvpn but if_tap interface cannot give right internal capabilities for lagg and LACP to work properly