In the "Link-Aggregation and Failover" section, there was a missing "

at the end of the cloned_interfaces example line in rc.conf for lagg0.
This appeared in two places suggesting a copy&paste-o type mistake.
Without them, the example would not work and produce errors during boot
when trying to set up the lagg0 interface.

Apply the missing " just like it is in the en_US original of this file.
This commit is contained in:
Benedict Reuschling 2020-11-07 16:54:38 +00:00
parent a94c036775
commit 14e93629f8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54677

View file

@ -4006,7 +4006,7 @@ Fa0/2 SA 32768 0005.5d71.8db8 29s 0x146 0x4 0x3D</screen
<programlisting>ifconfig_<replaceable>fxp0</replaceable>="up"
ifconfig_<replaceable>fxp1</replaceable>="up"
cloned_interfaces="<literal>lagg<replaceable>0</replaceable></literal>
cloned_interfaces="<literal>lagg<replaceable>0</replaceable></literal>"
ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto lacp laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable> <replaceable>10.0.0.3/24</replaceable>"</programlisting>
</example>
@ -4059,7 +4059,7 @@ lagg0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; metric 0 mtu 150
<programlisting>ifconfig_<replaceable>fxp0</replaceable>="up"
ifconfig_<replaceable>fxp1</replaceable>="up"
cloned_interfaces="<literal>lagg<replaceable>0</replaceable></literal>
cloned_interfaces="<literal>lagg<replaceable>0</replaceable></literal>"
ifconfig_<literal>lagg<replaceable>0</replaceable></literal>="laggproto failover laggport <replaceable>fxp0</replaceable> laggport <replaceable>fxp1</replaceable> <replaceable>10.0.0.15/24</replaceable>"</programlisting>
</example>