Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2011 13:18:53 +0100
From:      Bernhard Schmidt <bschmidt@freebsd.org>
To:        Damien Fleuriot <ml@my.gd>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: LAGG - interface comes up but no laggports
Message-ID:  <201102221318.53376.bschmidt@freebsd.org>
In-Reply-To: <4D639E96.70902@my.gd>
References:  <4D639E96.70902@my.gd>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, February 22, 2011 12:31:34 Damien Fleuriot wrote:
> rc.conf
> ---
> # LINK AGGREG
> ifconfig_lagg0="laggproto failover laggport em0 laggport em1"
> ipv4_addrs_lagg0="192.168.1.3/29"
> ifconfig_lagg0="inet6 fe80::3/64"

You are overwriting the variable, you have to use some alternative or 
move everything into one statement.

-- 
Bernhard



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102221318.53376.bschmidt>