From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 22 12:51:09 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3D611065673 for ; Tue, 22 Feb 2011 12:51:09 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 787158FC12 for ; Tue, 22 Feb 2011 12:51:09 +0000 (UTC) Received: by ewy28 with SMTP id 28so93620ewy.13 for ; Tue, 22 Feb 2011 04:51:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=7YJTUiTRTenm+aBnqxEngivhK8oh2SKnUhzJInx0Tcc=; b=jrlMZKgQkRvbRbSZT92c9UWY8iSBvb+YQWJqRk7zdyOfAaVEbiDT5ZM2JgNEgOoHjw DqT79U6WpAYeRzYmTir5eNHHC+JAi3pmHOofTkJLio3fihroE4i++6dU8pMt9vIfaRpw LX69o8gZs2iyFXq/uV26RS/7I5bv1/55XnXrU= 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 :cc:content-type; b=u2lR1SrEVL9vehS/RbviHB69nl+YngoXJLnRGR6QxO3JvDqLHkCcZXCY7fGzYZcsI5 Pe7ViqWRkVxPX3Azv+3Ss5VaS/D8ir0cUOsxO1p5WCCYjqCL8/Ueb08BFMoy8QwMscUB NJY2cq/jn96cTs22AILNA3xgvr9LQkiUt0GEY= MIME-Version: 1.0 Received: by 10.213.7.138 with SMTP id d10mr2949769ebd.55.1298379068230; Tue, 22 Feb 2011 04:51:08 -0800 (PST) Received: by 10.213.20.135 with HTTP; Tue, 22 Feb 2011 04:51:08 -0800 (PST) In-Reply-To: <4D639E96.70902@my.gd> References: <4D639E96.70902@my.gd> Date: Tue, 22 Feb 2011 07:51:08 -0500 Message-ID: From: Ryan Stone To: Damien Fleuriot Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: LAGG - interface comes up but no laggports X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 12:51:10 -0000 On Tue, Feb 22, 2011 at 6:31 AM, Damien Fleuriot wrote: > ifconfig_lagg0="laggproto failover laggport em0 laggport em1" > ipv4_addrs_lagg0="192.168.1.3/29" > ifconfig_lagg0="inet6 fe80::3/64" You're setting ifconfig_lagg0 twice, so the first setting is being discarded. Off-hand I'm not sure how you're supposed to configure ipv6 addresses. There's nothing in the man page about an ipv6_addrs_lagg0 variable but that would be the obvious thing to try,