Update to r50399:

Update lagg example for matching wired/wireless MAC addresses.
While here fix screen formatting
This commit is contained in:
Bjoern Heidotting 2017-06-25 09:37:38 +00:00
parent a28acdffd7
commit 8cba3995b2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50410

View file

@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde:$
basiert auf: r50200
basiert auf: r50399
-->
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@ -4095,13 +4095,11 @@ lagg0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; metric 0 mtu 150
<filename>/etc/rc.conf</filename> hinzu:</para>
<programlisting>ifconfig_bge0="up"
ifconfig_<replaceable>iwn0</replaceable>="<replaceable>ether 00:21:70:da:ae:37</replaceable>"
wlans_<replaceable>iwn0</replaceable>="wlan0"
ifconfig_wlan0="WPA"
create_args_wlan0="<replaceable>wlanaddr 00:21:70:da:ae:37</replaceable>"
cloned_interfaces="<literal>lagg<replaceable>0</replaceable></literal>"
ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto failover laggport
<replaceable>bge0</replaceable> laggport wlan0
DHCP"</programlisting>
ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="up laggproto failover laggport bge0 laggport wlan0 DHCP"</programlisting>
</example>
</sect2>
</sect1>