On Tue, Feb 22, 2011 at 6:31 AM, Damien Fleuriot <m...@my.gd> 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, _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"