From owner-freebsd-net@FreeBSD.ORG Fri Jul 25 22:33:05 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 305B6CAE; Fri, 25 Jul 2014 22:33:05 +0000 (UTC) Received: from mail-qa0-x236.google.com (mail-qa0-x236.google.com [IPv6:2607:f8b0:400d:c00::236]) (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 D4143254F; Fri, 25 Jul 2014 22:33:04 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id k15so5353918qaq.27 for ; Fri, 25 Jul 2014 15:33:04 -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=/zhtzmDL7yNh0fmIAJ7Rq0Is+BR1lV3xlHHuLCsQb1w=; b=qRj5twjUU8/A1hYZW5tBZoztNgodsEB6cXJH4qi+gfe0pLmIJ8MLUTxDG2jcNsdf5j UshGS/5EKYYAXZHPb713Qgw8fXGlhTgQoZ6aBrTqrpj6PUBBoqBjYIJL8zC4iyuxh2UQ 6J37CYQknhnzjGFGL0oWs8hHJpNBJ8lHPh6TQdo4wUrIshrG9PWfZNAGaCUs3JrFALbF NQA9+1Cx6JeYxqN+8UygAnFStmtG2QGbLqP2ul96faGDSNTiNh4kxLn/fXRyOx6t6nie I3ZcV6H8bUhma+JfAaOmnUVLpG8O0odAJcuPZMJB5heMqt2abu/pIBbPgHf6n/bn8fIs Fpug== X-Received: by 10.224.47.8 with SMTP id l8mr32862420qaf.30.1406327583977; Fri, 25 Jul 2014 15:33:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.97.228 with HTTP; Fri, 25 Jul 2014 15:32:43 -0700 (PDT) In-Reply-To: <20140725222824.GN1065@hub.FreeBSD.org> References: <371D9ED786FD4379859A0993E8D12F15@multiplay.co.uk> <20140725222824.GN1065@hub.FreeBSD.org> From: Sridhar Iyer Date: Fri, 25 Jul 2014 15:32:43 -0700 Message-ID: Subject: Re: Using lagg To: Glen Barber Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-net , Steven Hartland 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:33:05 -0000 I was looking at sys/net/if_lagg.c, and wanted to know the usage of functions such as lagg_ioctl(), lagg_input() etc. Regards, Sridhar On Fri, Jul 25, 2014 at 3:28 PM, Glen Barber wrote: > On Fri, Jul 25, 2014 at 03:05:00PM -0700, Sridhar Iyer wrote: > > 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. > > > > See the rc.conf(5) manual. > > Glen > >