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: [email protected]
Reporter: [email protected]
CC: [email protected]
CC: [email protected]
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 [email protected]:/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 on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"