netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iptables: fix MASQUERADE section of man page
@ 2011-06-08 12:22 Vlad Dogaru
  2011-06-08 12:44 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Vlad Dogaru @ 2011-06-08 12:22 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Vlad Dogaru

The section about MASQUERADE specifies that it takes a single option,
but in reality it takes two: --to-ports and --random.

Signed-off-by: Vlad Dogaru <ddvlad@rosedu.org>
---
 extensions/libipt_MASQUERADE.man |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extensions/libipt_MASQUERADE.man b/extensions/libipt_MASQUERADE.man
index 8f42993..2dae964 100644
--- a/extensions/libipt_MASQUERADE.man
+++ b/extensions/libipt_MASQUERADE.man
@@ -10,7 +10,7 @@ effect that connections are
 .I forgotten
 when the interface goes down.  This is the correct behavior when the
 next dialup is unlikely to have the same interface address (and hence
-any established connections are lost anyway).  It takes one option:
+any established connections are lost anyway).
 .TP
 \fB\-\-to\-ports\fP \fIport\fP[\fB\-\fP\fIport\fP]
 This specifies a range of source ports to use, overriding the default
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iptables: fix MASQUERADE section of man page
  2011-06-08 12:22 [PATCH] iptables: fix MASQUERADE section of man page Vlad Dogaru
@ 2011-06-08 12:44 ` Patrick McHardy
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2011-06-08 12:44 UTC (permalink / raw)
  To: Vlad Dogaru; +Cc: netfilter-devel

On 08.06.2011 14:22, Vlad Dogaru wrote:
> The section about MASQUERADE specifies that it takes a single option,
> but in reality it takes two: --to-ports and --random.
> 

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-08 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08 12:22 [PATCH] iptables: fix MASQUERADE section of man page Vlad Dogaru
2011-06-08 12:44 ` Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).