From owner-freebsd-current@FreeBSD.ORG Sun Apr 15 11:55:22 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4AD8816A402 for ; Sun, 15 Apr 2007 11:55:22 +0000 (UTC) (envelope-from shteryana@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id 0452413C4B7 for ; Sun, 15 Apr 2007 11:55:21 +0000 (UTC) (envelope-from shteryana@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1230965wra for ; Sun, 15 Apr 2007 04:55:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=UD5oTPcLA17ynl14fZ3koTgE4Uy5jrWmG19KrlOviagkmHA0OOiM5/rO2BHURo5kn+cv9/o/gpH6GRDaZJwN/HyEmy8CZZlA+uVLoI1ZMG6ka+5cB27N8O7Az2uM9MELbXgW52x9W97gWWZIjgGbvmKPCSFcanHXUG6aRv8B/mI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=J3pn+wiZ6eTDKns6Lv+i5dmfG9qRK+e0uAclMV3zDEfaQcaBRigt/g+pl091+C3zXzJu5n2YJ9eAzOey6ZwdZTWf7gnn8DORkgLSgyVASOz2SS4zAqE0E6O/cyruIObYDN2qvQS/CxtKXr0DPz5jjlEOIrbJYn9YwL2kTWolcUU= Received: by 10.114.145.1 with SMTP id s1mr539598wad.1176636500037; Sun, 15 Apr 2007 04:28:20 -0700 (PDT) Received: by 10.114.61.13 with HTTP; Sun, 15 Apr 2007 04:28:19 -0700 (PDT) Message-ID: <61b573980704150428u5e376d60k6fbe66409493c3bb@mail.gmail.com> Date: Sun, 15 Apr 2007 14:28:19 +0300 From: "Shteryana Shopova" Sender: shteryana@gmail.com To: "Andre Oppermann" In-Reply-To: <461FB498.4030407@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070411191450.GE815@turion.vk2pj.dyndns.org> <20070412210957.GA31864@heff.fud.org.nz> <461FB498.4030407@freebsd.org> X-Google-Sender-Auth: 2d914ca021d96549 Cc: Peter Jeremy , Ian FREISLICH , brooks@freebsd.org, Andrew Thompson , freebsd-current@freebsd.org Subject: Re: CFT: new trunk(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: syrinx@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2007 11:55:22 -0000 On 4/13/07, Andre Oppermann wrote: > Andrew Thompson wrote: > > I can see this topic coming up again so it could save some time to > > rename the driver now. It would mean that we lose the naming link to the > > same driver in OpenBSD but you cant win em all. > > > > Some names that have been suggested are: > > > > linkag(4) > > agr(4) > > bond(4) <- same as linux > > > > Any suggestions! > > lacp(4)++ > LACP == Link Aggregation Control Protocol - dynamic trunking - one of the modes trunk(4) supports. And it's Cisco vs the rest of the world where Cisco calls a trunk multiple VLANs over single physical interface and the rest of the world calls a trunk multiple physical interafces bundled together. We don't have to necessarily agree with Cisco. Please keep the current name. cheers, Shteryana