From fb37f69db4d964b4ce66def17219a9b35b47ac4a Mon Sep 17 00:00:00 2001 From: glebius Date: Thu, 7 Apr 2005 15:28:14 +0000 Subject: [PATCH] s/foobar/mekmitasdigoat/g Requested by: ceri, des --- share/man/man4/carp.4 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4 index bcd60ce0bad8..2d3d1b27c0f7 100644 --- a/share/man/man4/carp.4 +++ b/share/man/man4/carp.4 @@ -144,18 +144,18 @@ configured on one physical interface and 192.168.2.y/24 on another. This is the setup for host A: .Bd -literal -offset indent ifconfig carp0 create -ifconfig carp0 vhid 1 pass foobar 192.168.1.1/24 +ifconfig carp0 vhid 1 pass mekmitasdigoat 192.168.1.1/24 ifconfig carp1 create -ifconfig carp1 vhid 2 pass foobar 192.168.2.1/24 +ifconfig carp1 vhid 2 pass mekmitasdigoat 192.168.2.1/24 .Ed .Pp The setup for host B is identical, but it has a higher .Cm advskew : .Bd -literal -offset indent ifconfig carp0 create -ifconfig carp0 vhid 1 advskew 100 pass foobar 192.168.1.1/24 +ifconfig carp0 vhid 1 advskew 100 pass mekmitasdigoat 192.168.1.1/24 ifconfig carp1 create -ifconfig carp1 vhid 2 advskew 100 pass foobar 192.168.2.1/24 +ifconfig carp1 vhid 2 advskew 100 pass mekmitasdigoat 192.168.2.1/24 .Ed .Pp Because of the preempt option, when one of the physical interfaces of @@ -182,9 +182,9 @@ of 100 on the second virtual host means that its advertisements will be sent out slightly less frequently. .Bd -literal -offset indent ifconfig carp0 create -ifconfig carp0 vhid 1 pass foobar 192.168.1.10/24 +ifconfig carp0 vhid 1 pass mekmitasdigoat 192.168.1.10/24 ifconfig carp1 create -ifconfig carp1 vhid 2 advskew 100 pass foobar 192.168.1.10/24 +ifconfig carp1 vhid 2 advskew 100 pass mekmitasdigoat 192.168.1.10/24 .Ed .Pp The configuration for host B is identical, except the @@ -192,9 +192,9 @@ The configuration for host B is identical, except the is on virtual host 1 rather than virtual host 2. .Bd -literal -offset indent ifconfig carp0 create -ifconfig carp0 vhid 1 advskew 100 pass foobar 192.168.1.10/24 +ifconfig carp0 vhid 1 advskew 100 pass mekmitasdigoat 192.168.1.10/24 ifconfig carp1 create -ifconfig carp1 vhid 2 pass foobar 192.168.1.10/24 +ifconfig carp1 vhid 2 pass mekmitasdigoat 192.168.1.10/24 .Ed .Pp Finally, the ARP balancing feature must be enabled on both hosts: