Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2017 00:29:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 217367] [handbook] 30.7. Link Aggregation and Failover: config from example 30.3 does not work after r287197
Message-ID:  <bug-217367-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217367

            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: avos@freebsd.org

Since r287197 there are no device entries visible via ifconfig(8); MAC addr=
ess
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_route=
r up

rc.conf(5) config:

ifconfig_bge0=3D"up"
wlans_iwn0=3D"wlan0"
ifconfig_wlan0=3D"ether 00:21:70:da:ae:37 WPA"
cloned_interfaces=3D"lagg0"
ifconfig_lagg0=3D"laggproto failover laggport bge0 laggport wlan0 DHCP"

--=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-217367-9>