Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Nov 2020 16:54:38 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r54677 - head/de_DE.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <202011071654.0A7Gsc75090834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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&lt;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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011071654.0A7Gsc75090834>