In Virtual Hosts section:

- Use of hostid tags for netmasks
- Add missing literal tags
This commit is contained in:
Marc Fonvieille 2004-08-11 21:01:42 +00:00
parent ebd0c0c7bc
commit c22d983369
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21937

View file

@ -1128,8 +1128,8 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
<programlisting>ifconfig_fxp0_alias0="inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx"</programlisting>
<para>Note that alias entries must start with alias0 and proceed
upwards in order, (for example, _alias1, _alias2, and so on).
<para>Note that alias entries must start with <literal>alias0</literal> and proceed
upwards in order, (for example, <literal>_alias1</literal>, <literal>_alias2</literal>, and so on).
The configuration process will stop at the first missing number.
</para>
@ -1138,7 +1138,7 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
one address which correctly represents the network's netmask.
Any other addresses which fall within this network must have a
netmask of all <literal>1</literal>s (expressed as either
<literal>255.255.255.255</literal> or <literal>0xffffffff</literal>).
<hostid role="netmask">255.255.255.255</hostid> or <hostid role="netmask">0xffffffff</hostid>).
</para>
<para>For example, consider the case where the
@ -1158,7 +1158,7 @@ round-trip min/avg/max/stddev = 0.700/0.729/0.766/0.025 ms</screen>
through <hostid role="ipaddr">10.1.1.5</hostid> and
<hostid role="ipaddr">202.0.75.18</hostid> through
<hostid role="ipaddr">202.0.75.20</hostid>) must be configured with a
netmask of <literal>255.255.255.255</literal>.</para>
netmask of <hostid role="netmask">255.255.255.255</hostid>.</para>
<para>The following entries configure the adapter correctly for
this arrangement:</para>