diff options
author | 2007-12-08 18:58:34 +0000 | |
---|---|---|
committer | 2007-12-08 18:58:34 +0000 | |
commit | af98f2810a2216a19fe3553c99ea4e84b36530f8 (patch) | |
tree | f0fbe502a373229ce16f00289ad017fbd6397691 | |
parent | Better siginfo fault codes for floating point exceptions on 88110, with (diff) | |
download | wireguard-openbsd-af98f2810a2216a19fe3553c99ea4e84b36530f8.tar.xz wireguard-openbsd-af98f2810a2216a19fe3553c99ea4e84b36530f8.zip |
tweak
-rw-r--r-- | usr.sbin/relayd/relayd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.8 b/usr.sbin/relayd/relayd.8 index 9c60ec45978..ca642498bbe 100644 --- a/usr.sbin/relayd/relayd.8 +++ b/usr.sbin/relayd/relayd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.8,v 1.13 2007/12/08 18:00:13 pyr Exp $ +.\" $OpenBSD: relayd.8,v 1.14 2007/12/08 18:58:34 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -37,7 +37,7 @@ When availability is confirmed, Layer 3 and/or Layer 7 load-balancing services are set up by .Nm . .Pp -Layer 3 load-balancing happens at the packet level; to configure +Layer 3 redirection happens at the packet level; to configure it, .Nm communicates with @@ -52,7 +52,7 @@ rules, the following line is required in the NAT section of rdr-anchor "relayd/*" .Ed .Pp -Layer 7 load-balancing happens at the application level and is +Layer 7 relaying happens at the application level and is handled by .Nm itself. |