summaryrefslogtreecommitdiffstats
path: root/lib/libalias
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-13 21:36:24 +0000
committerru <ru@FreeBSD.org>2003-06-13 21:36:24 +0000
commit428474879116b1fa304484a3d9c85c89cc894baf (patch)
tree5f0dc3e08f4ae3818a0a9ecba1dafd19532e05fc /lib/libalias
parent8108d6604b00778d279c0d55b8ae77d198ce7107 (diff)
downloadFreeBSD-src-428474879116b1fa304484a3d9c85c89cc894baf.zip
FreeBSD-src-428474879116b1fa304484a3d9c85c89cc894baf.tar.gz
Clarify that original address and port when doing transparent proxying
are _destination_ address and port.
Diffstat (limited to 'lib/libalias')
-rw-r--r--lib/libalias/libalias.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3
index a056f88..90cf727 100644
--- a/lib/libalias/libalias.3
+++ b/lib/libalias/libalias.3
@@ -600,13 +600,13 @@ pass the original address and port information into the new destination
server.
If
.Cm encode_ip_hdr
-is specified, the original address and port is passed as an extra IP
-option.
+is specified, the original destination address and port are passed
+as an extra IP option.
If
.Cm encode_tcp_stream
-is specified, the original address and port is passed as the first
-piece of data in the TCP stream in the format
-.Dq DEST Ar IP port .
+is specified, the original destination address and port are passed
+as the first piece of data in the TCP stream in the format
+.Dq Li DEST Ar IP port .
.It Cm port Ar portnum
Only packets with the destination port
.Ar portnum
OpenPOWER on IntegriCloud