LAGG - interface comes up but no laggports

Bernhard Schmidt bschmidt at freebsd.org
Tue Feb 22 12:45:48 UTC 2011


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


More information about the freebsd-hackers mailing list