Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2016 15:29:18 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r48922 - head/en_US.ISO8859-1/books/handbook/advanced-networking
Message-ID:  <201606131529.u5DFTIgO059709@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606131529.u5DFTIgO059709>