svn commit: r49194 - head/de_DE.ISO8859-1/books/handbook/config

Bjoern Heidotting bhd at FreeBSD.org
Sat Jul 30 08:01:30 UTC 2016


Author: bhd
Date: Sat Jul 30 08:01:29 2016
New Revision: 49194
URL: https://svnweb.freebsd.org/changeset/doc/49194

Log:
  Update to r46734:
  
  Add ifconfig_<if>_aliases="range/mask range/mask" example to the handbook

Modified:
  head/de_DE.ISO8859-1/books/handbook/config/chapter.xml

Modified: head/de_DE.ISO8859-1/books/handbook/config/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/config/chapter.xml	Sat Jul 30 07:50:47 2016	(r49193)
+++ head/de_DE.ISO8859-1/books/handbook/config/chapter.xml	Sat Jul 30 08:01:29 2016	(r49194)
@@ -5,7 +5,7 @@
 
      $FreeBSD$
      $FreeBSDde: de-docproj/books/handbook/config/chapter.xml,v 1.151 2011/12/19 14:55:31 bcr Exp $
-     basiert auf: r45036
+     basiert auf: r46734
 -->
 <chapter xmlns="http://docbook.org/ns/docbook"
   xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
@@ -1258,6 +1258,13 @@ ifconfig_fxp0_alias5="inet 202.0.75.18 n
 ifconfig_fxp0_alias6="inet 202.0.75.19 netmask 255.255.255.255"
 ifconfig_fxp0_alias7="inet 202.0.75.20 netmask 255.255.255.255"</programlisting>
 
+    <para>Dies kann mit einer durch Leerzeichen getrennten Liste
+      von <acronym>IP</acronym>-Adressbereichen auch einfacher
+      ausgedrückt werden.  Die erste Adresse hat wieder die angegebene
+      Netzwerkmaske und die zusätzlichen Adressen haben die
+      Netzwerkmaske <literal>255.255.255.255</literal>.</para>
+
+    <programlisting>ifconfig_fxp0_aliases="inet 10.1.1.1-5/24 inet 202.0.75.17-20/28"</programlisting>
   </sect1>
 
   <sect1 xml:id="configtuning-syslog">


More information about the svn-doc-head mailing list