* [PATCH] Remove use of 'mangle' from DNAT/SNAT
@ 2004-11-30 1:51 Phil Oester
0 siblings, 0 replies; only message in thread
From: Phil Oester @ 2004-11-30 1:51 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
At least one user (via bugzilla) was confused by the use of the word
mangle in the man entries for DNAT and SNAT. Might as well clarify
it...trivial patch below.
This closes bugzilla #261.
Phil
[-- Attachment #2: patch-clarifymangle --]
[-- Type: text/plain, Size: 1616 bytes --]
diff -ru ipt-orig/extensions/libipt_DNAT.man ipt-new/extensions/libipt_DNAT.man
--- ipt-orig/extensions/libipt_DNAT.man 2004-01-22 07:04:24.000000000 -0800
+++ ipt-new/extensions/libipt_DNAT.man 2004-11-29 17:43:24.793557534 -0800
@@ -5,9 +5,9 @@
and
.B OUTPUT
chains, and user-defined chains which are only called from those
-chains. It specifies that the destination address of the packet
-should be modified (and all future packets in this connection will
-also be mangled), and rules should cease being examined. It takes one
+chains. It specifies that the destination address of this packet
+(and any future packets associated with this connection) should be
+modified, and rules should cease being examined. It takes one
type of option:
.TP
.BR "--to-destination " "\fIipaddr\fP[-\fIipaddr\fP][:\fIport\fP-\fIport\fP]"
diff -ru ipt-orig/extensions/libipt_SNAT.man ipt-new/extensions/libipt_SNAT.man
--- ipt-orig/extensions/libipt_SNAT.man 2004-01-22 07:04:24.000000000 -0800
+++ ipt-new/extensions/libipt_SNAT.man 2004-11-29 17:47:58.291064181 -0800
@@ -2,9 +2,9 @@
.B nat
table, in the
.B POSTROUTING
-chain. It specifies that the source address of the packet should be
-modified (and all future packets in this connection will also be
-mangled), and rules should cease being examined. It takes one type
+chain. It specifies that the source address of this packet (and any
+future packets associated with this connection) should be modified,
+and rules should cease being examined. It takes one type
of option:
.TP
.BR "--to-source " "\fIipaddr\fP[-\fIipaddr\fP][:\fIport\fP-\fIport\fP]"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-30 1:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-30 1:51 [PATCH] Remove use of 'mangle' from DNAT/SNAT Phil Oester
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.