summaryrefslogtreecommitdiffstats
path: root/share/man/man4/carp.4
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-04-07 15:28:14 +0000
committerglebius <glebius@FreeBSD.org>2005-04-07 15:28:14 +0000
commitfb37f69db4d964b4ce66def17219a9b35b47ac4a (patch)
treeb9cc8ffc60a0a1fafd1dc371033c2473d5a4f7a1 /share/man/man4/carp.4
parentda722414da3e56ea267cdf509b2c6a38eae43a23 (diff)
downloadFreeBSD-src-fb37f69db4d964b4ce66def17219a9b35b47ac4a.zip
FreeBSD-src-fb37f69db4d964b4ce66def17219a9b35b47ac4a.tar.gz
s/foobar/mekmitasdigoat/g
Requested by: ceri, des
Diffstat (limited to 'share/man/man4/carp.4')
-rw-r--r--share/man/man4/carp.416
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4
index bcd60ce..2d3d1b2 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:
OpenPOWER on IntegriCloud