Update to r46734:

Add ifconfig_<if>_aliases="range/mask range/mask" example to the handbook
This commit is contained in:
Bjoern Heidotting 2016-07-30 08:01:29 +00:00
parent 41a411d374
commit f91141e317
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49194

View file

@ -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 netmask 255.255.255.255"
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">