From owner-freebsd-net@FreeBSD.ORG Fri Aug 7 04:51:38 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 4E818106566C for ; Fri, 7 Aug 2009 04:51:38 +0000 (UTC) (envelope-from sergv326@gmail.com) Received: from mail-fx0-f224.google.com (mail-fx0-f224.google.com [209.85.220.224]) by mx1.freebsd.org (Postfix) with ESMTP id D481F8FC18 for ; Fri, 7 Aug 2009 04:51:37 +0000 (UTC) Received: by fxm24 with SMTP id 24so1394120fxm.36 for ; Thu, 06 Aug 2009 21:51:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=dMnuPvX+0GSwEK2qS3ZrH0ko2VkofK9lcDGVm7EVwCA=; b=HgyD4d5ghkT4PpAEzemKhSHFvo/l6hRlFDSHAhIS+ckWyzeE33gzoPWPb6brCMaYs2 aUHTOsiLWSXFQvprtpzZmfwcWzedR1n2TXSnl5RxnmW8rBm2TOe7fPzTEnADHvWXAETo M7AIhsgI2VJegBhnGOffidCV7ceh4lgHCmGNs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=aTrlwGYjbZYnOLf+F5AjboW1h7aTdDa+htpKTst76/b/zuwO84SkW9VxJv4uVh+jNw 6sieiRAI19q7mjamUtKWQdBE0HzA/1LwFFl1omJ+x9CDNbnglsz2WtYl2eWPeYXx6U5g MFRUIAPRq+o6RmPyXh7akCD7qFcYaJ26WwE8k= MIME-Version: 1.0 Received: by 10.239.157.147 with SMTP id q19mr80760hbc.61.1249620696423; Thu, 06 Aug 2009 21:51:36 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 Aug 2009 08:51:36 +0400 Message-ID: From: serg vasilyev To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: 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: Fri, 07 Aug 2009 04:51:38 -0000 Now i'm able to emulate a media and status on if_tap interface... tap0: flags=8802 metric 0 mtu 1500 ether 00:bd:49:f7:a6:00 media: Ethernet 100baseTX status: active BUT i suspect that there must be some another flag or capability of if_tap to work with LACP... can somebody tell me what flags exactly responsible for LACP functionality ? 2009/8/6, serg vasilyev : > 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 >