Date: Fri, 29 Jul 2016 04:40:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 211436] Link aggregation setting wlan mac changed in 11 Message-ID: <bug-211436-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211436 Bug ID: 211436 Summary: Link aggregation setting wlan mac changed in 11 Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: rwestlun@gmail.com The handbook shows setting up wifi/ethernet failover like this: > ifconfig_bge0=3D"up" > ifconfig_iwn0=3D"ether 00:21:70:da:ae:37" > wlans_iwn0=3D"wlan0" > ifconfig_wlan0=3D"WPA" > cloned_interfaces=3D"lagg0" > ifconfig_lagg0=3D"laggproto failover laggport bge0 laggport wlan0 DHCP" As of FreeBSD 11, this no longer works. The correct way is like this: > ifconfig_bge0=3D"up" > create_args_wlan0=3D"wlanaddr 00:21:70:da:ae:37" > wlans_iwn0=3D"wlan0" > ifconfig_wlan0=3D"WPA" > cloned_interfaces=3D"lagg0" > ifconfig_lagg0=3D"laggproto failover laggport bge0 laggport wlan0 DHCP" The relevant section is 30.7, example 30.3. https://www.freebsd.org/doc/handbook/network-aggregation.html Relevant discussion on the mailing list: https://docs.freebsd.org/cgi/getmsg.cgi?fetch=3D638990+0+current/freebsd-cu= rrent --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211436-9>