From owner-freebsd-net@FreeBSD.ORG Fri Jul 25 22:05:22 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D3C46D3 for ; Fri, 25 Jul 2014 22:05:22 +0000 (UTC) Received: from mail-qg0-x22d.google.com (mail-qg0-x22d.google.com [IPv6:2607:f8b0:400d:c04::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BFD8822EC for ; Fri, 25 Jul 2014 22:05:21 +0000 (UTC) Received: by mail-qg0-f45.google.com with SMTP id f51so5802098qge.18 for ; Fri, 25 Jul 2014 15:05:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=PABWcTvMqR50yJhQa8DAVf2OvPgoruiVYPwQqe0lvbc=; b=gw/oU2jLJloBopAovNQj1DGTSib1Il7dDxBF6TtNP0k15Lk0oR5KaugJBdA1asdDfQ QmPT4SR3hs9LS2SylQrNJY/bq3F9nNG+EM3pVPbugyQGJNgfJj1WhVWQ9dyhyuuXkynp sT05BqWQkU3Pji6/BZLiYcTrha3pxhWjLWqY9RHOPEz3vloh1KhdXXqVwc8//Jcw26EJ nT4u1FqEHDt36b4qlvUVqJ5gYY54CuLP10HTkxgJYbcgu/OZH4h15nv8XL7vFag4QX7S ORZYl8C+ykoB+I1l4S5fCHlG7DMfZHFVtEXSfxfesk8+URh8rqL1ATi8qKZDT3w1usge +iIw== X-Received: by 10.224.87.130 with SMTP id w2mr32135229qal.5.1406325920952; Fri, 25 Jul 2014 15:05:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.97.228 with HTTP; Fri, 25 Jul 2014 15:05:00 -0700 (PDT) In-Reply-To: <371D9ED786FD4379859A0993E8D12F15@multiplay.co.uk> References: <371D9ED786FD4379859A0993E8D12F15@multiplay.co.uk> From: Sridhar Iyer Date: Fri, 25 Jul 2014 15:05:00 -0700 Message-ID: Subject: Re: Using lagg To: Steven Hartland Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 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, 25 Jul 2014 22:05:22 -0000 I didn't find the api examples http://www.freebsd.org/cgi/man.cgi?query=lagg&sektion=4&apropos=0&manpath=FreeBSD+9.2-RELEASE+and+Ports This only shows the usage via cli. Regards, Sridhar On Fri, Jul 25, 2014 at 2:58 PM, Steven Hartland wrote: > Have a look at the man page using: > man lagg > > It gives you all the details including examples. > > Regards > Steve > > ----- Original Message ----- From: "Sridhar Iyer" < > sridhar.v.iyer@gmail.com> > > > Hi all, >> >> I have been looking at apis in sys/net/if_lagg.c and usage in >> ifconfig/iflagg.c. They both seem to be different. I'm new to freebsd and >> I >> need to use the apis to create a lagg of interfaces. What would be the >> best >> way to get up to speed? Is there some example out there, which just >> creates >> a lagg interface and then just attaches the interfaces to it? >> >> Any pointers would be really helpful. >> Regards, >> >> Sridhar >> _______________________________________________ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >> >>