[Bug 208235] Link Aggregation Lacp not working on 10.3-RC3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 23 10:53:36 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208235

            Bug ID: 208235
           Summary: Link Aggregation Lacp not working on 10.3-RC3
           Product: Base System
           Version: 10.3-BETA2
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: sk8harddiefast at gmail.com
                CC: freebsd-amd64 at FreeBSD.org
                CC: freebsd-amd64 at FreeBSD.org

This is the output of uname -a

FreeBSD FreeBSD 10.3-RC3 FreeBSD 10.3-RC3 #0 r296998: Fri Mar 18 01:08:19 UTC
2016     root at releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64


This is my /etc/rc.conf

hostname="FreeBSD"
#ifconfig_re0="inet 192.168.1.18 netmask 255.255.255.0"
ifconfig_msk0="up"
ifconfig_re0="up"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto lacp laggport msk0 laggport re0 192.168.1.18/24"
defaultrouter="192.168.1.1"

My /etc/hosts.allow

ALL : ALL : allow

My /etc/resolv.conf

nameserver 192.168.1.1
nameserver 78.87.0.162
nameserver 78.87.0.195
nameserver 78.87.0.122

Using failover everything works. Using lacp I get error on boot 

ifconfig_create: Bad value

Also lagg0 gets active but msk0 and re0 are completely down.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list