[Bug 217367] [handbook] 30.7. Link Aggregation and Failover: config from example 30.3 does not work after r287197
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 26 00:29:03 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217367
Bug ID: 217367
Summary: [handbook] 30.7. Link Aggregation and Failover: config
from example 30.3 does not work after r287197
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Documentation
Assignee: freebsd-doc at FreeBSD.org
Reporter: avos at freebsd.org
Since r287197 there are no device entries visible via ifconfig(8); MAC address
can be overridden for wlan(4) interface only:
ifconfig wlan0 create wlandev iwn0 ether 00:21:70:da:ae:37 ssid my_router up
or via wlanaddr parameter (broken on 11.0-RELEASE?):
ifconfig wlan0 create wlandev iwn0 wlanaddr 00:21:70:da:ae:37 ssid my_router up
rc.conf(5) config:
ifconfig_bge0="up"
wlans_iwn0="wlan0"
ifconfig_wlan0="ether 00:21:70:da:ae:37 WPA"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list