svn commit: r48922 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Jason Helfman
jgh at FreeBSD.org
Mon Jun 13 15:29:19 UTC 2016
Author: jgh
Date: Mon Jun 13 15:29:17 2016
New Revision: 48922
URL: https://svnweb.freebsd.org/changeset/doc/48922
Log:
- correct syntax for carp 10 interfaces
PR: 210189
Reported by: andrew.hotlab at hotmail.com
Reviewed by: smh@
Modified:
head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Sun Jun 12 17:03:55 2016 (r48921)
+++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Mon Jun 13 15:29:17 2016 (r48922)
@@ -5056,7 +5056,7 @@ route_hostD="192.168.173.4 hatm0 0 102 l
<programlisting>hostname="<replaceable>hosta.example.org</replaceable>"
ifconfig_<replaceable>em0</replaceable>="inet <replaceable>192.168.1.3</replaceable> netmask <replaceable>255.255.255.0</replaceable>"
-ifconfig_<replaceable>em0</replaceable>_alias0="vhid <replaceable>1</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.50</replaceable>/32"</programlisting>
+ifconfig_<replaceable>em0</replaceable>_alias0="inet vhid <replaceable>1</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.50</replaceable>/32"</programlisting>
<para>The next set of entries are for
<systemitem>hostb.example.org</systemitem>. Since it
@@ -5069,7 +5069,7 @@ ifconfig_<replaceable>em0</replaceable>_
<programlisting>hostname="<replaceable>hostb.example.org</replaceable>"
ifconfig_<replaceable>em0</replaceable>="inet <replaceable>192.168.1.4</replaceable> netmask <replaceable>255.255.255.0</replaceable>"
-ifconfig_<replaceable>em0</replaceable>_alias0="vhid <replaceable>2</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.51</replaceable>/32"</programlisting>
+ifconfig_<replaceable>em0</replaceable>_alias0="inet vhid <replaceable>2</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.51</replaceable>/32"</programlisting>
<para>The third machine,
<systemitem>hostc.example.org</systemitem>, is configured to
@@ -5085,8 +5085,8 @@ ifconfig_<replaceable>em0</replaceable>_
<programlisting>hostname="hostc.example.org"
ifconfig_<replaceable>em0</replaceable>="inet <replaceable>192.168.1.5</replaceable> netmask <replaceable>255.255.255.0</replaceable>"
-ifconfig_<replaceable>em0</replaceable>_alias0="vhid <replaceable>1</replaceable> advskew <replaceable>100</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.50</replaceable>/32"
-ifconfig_<replaceable>em0</replaceable>_alias1="vhid <replaceable>2</replaceable> advskew <replaceable>100</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.51</replaceable>/32"</programlisting>
+ifconfig_<replaceable>em0</replaceable>_alias0="inet vhid <replaceable>1</replaceable> advskew <replaceable>100</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.50</replaceable>/32"
+ifconfig_<replaceable>em0</replaceable>_alias1="inet vhid <replaceable>2</replaceable> advskew <replaceable>100</replaceable> pass <replaceable>testpass</replaceable> alias <replaceable>192.168.1.51</replaceable>/32"</programlisting>
<para>Having two <acronym>CARP</acronym>
<acronym>VHID</acronym>s configured means that
More information about the svn-doc-head
mailing list