svn commit: r54677 - head/de_DE.ISO8859-1/books/handbook/advanced-networking
Benedict Reuschling
bcr at FreeBSD.org
Sat Nov 7 16:54:38 UTC 2020
Author: bcr
Date: Sat Nov 7 16:54:38 2020
New Revision: 54677
URL: https://svnweb.freebsd.org/changeset/doc/54677
Log:
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.
Modified:
head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml
Modified: head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml Sat Nov 7 14:49:16 2020 (r54676)
+++ head/de_DE.ISO8859-1/books/handbook/advanced-networking/chapter.xml Sat Nov 7 16:54:38 2020 (r54677)
@@ -4006,7 +4006,7 @@ Fa0/2 SA 32768 0005.5d71.8db8 29s 0x1
<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<UP,BROADCAST,RUNNING,SIMPLEX,MULT
<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>
More information about the svn-doc-head
mailing list