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@FreeBSD.org
          Reporter: a...@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.
_______________________________________________
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Reply via email to