svn commit: r54677 - head/de_DE.ISO8859-1/books/handbook/advanced-networking

Benedict Reuschling <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
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>
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.