From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 22 13:28:58 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 B5313106566C for ; Tue, 22 Feb 2011 13:28:58 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 79D028FC0A for ; Tue, 22 Feb 2011 13:28:58 +0000 (UTC) Received: by gyh4 with SMTP id 4so1530771gyh.13 for ; Tue, 22 Feb 2011 05:28:57 -0800 (PST) Received: by 10.91.96.2 with SMTP id y2mr3514224agl.140.1298381337691; Tue, 22 Feb 2011 05:28:57 -0800 (PST) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id c39sm2818730anc.27.2011.02.22.05.28.56 (version=SSLv3 cipher=OTHER); Tue, 22 Feb 2011 05:28:57 -0800 (PST) Message-ID: <4D63BA17.60003@my.gd> Date: Tue, 22 Feb 2011 14:28:55 +0100 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Ryan Stone References: <4D639E96.70902@my.gd> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 13:28:58 -0000 On 2/22/11 1:51 PM, Ryan Stone wrote: > 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, ipv6_addrs_XXX doesn't do the trick, however this one does: ipv6_ifconfig_lagg0="fe80::3/64" lagg0: flags=8843 metric 0 mtu 9014 options=19b ether 00:15:17:37:17:e6 inet6 fe80::215:17ff:fe37:17e6%lagg0 prefixlen 64 scopeid 0x5 inet 192.168.1.3 netmask 0xfffffff8 broadcast 192.168.1.7 inet6 fe80::3%lagg0 prefixlen 64 scopeid 0x5 nd6 options=3 media: Ethernet autoselect status: active laggproto failover laggport: em1 flags=0<> laggport: em0 flags=5 For a reason that eludes me, the interface still insists on getting an automatic link local address, but I'll look into this ;)