[iptables] doc: update TCPMSS manpage with Linux 2.6.25 changes

Harald Welte netfilter-cvslog-bounces at lists.netfilter.org
Sun Oct 25 10:58:18 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=22bdd6966f2c3ccded984a37ba0b97470bcf9323
commit 22bdd6966f2c3ccded984a37ba0b97470bcf9323
Author:     Tim Small <tim at buttersideup.com>
AuthorDate: Fri Oct 16 20:00:04 2009 +0100
Commit:     Harald Welte <laforge at gnumonks.org>
CommitDate: Sun Oct 25 10:58:23 2009 +0100

    doc: update TCPMSS manpage with Linux 2.6.25 changes
    
    References: http://bugs.debian.org/551272
    
    [j.eng: modified --set-mss option description to be understandable]
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 94aa2ea67d7b8a669e8541f094661a1dc89722a3
Author:     Jan Engelhardt <vapier at gentoo.org>
AuthorDate: Sun Oct 11 03:56:18 2009 -0400
Commit:     Harald Welte <laforge at gnumonks.org>
CommitDate: Sun Oct 25 10:57:56 2009 +0100

    Support for nommu arches
    
    Linux systems that lack a MMU cannot call fork(). Fortunately, the
    only place in iptables that uses fork() follows it by an exec(), so
    we can easily convert the code to vfork().
    
    References: http://bugzilla.netfilter.org/show_bug.cgi?id=614
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 7b041d47428cdbc3da522d8194c2568ef5db0e5d
Author:     sobtwmxt <sobtwmxt at sdf.lonestar.org>
AuthorDate: Wed Oct 21 10:05:01 2009 +0000
Commit:     Harald Welte <laforge at gnumonks.org>
CommitDate: Sun Oct 25 10:56:56 2009 +0100

    doc: fix typo in length manpage
    
    References: http://bugs.debian.org/551867
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
       via  22bdd6966f2c3ccded984a37ba0b97470bcf9323 (commit)
       via  94aa2ea67d7b8a669e8541f094661a1dc89722a3 (commit)
       via  7b041d47428cdbc3da522d8194c2568ef5db0e5d (commit)
      from  bc57906530df924324efef494a4fcff65d25e4ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 22bdd6966f2c3ccded984a37ba0b97470bcf9323
Author: Tim Small <tim at buttersideup.com>
Date:   Fri Oct 16 20:00:04 2009 +0100

    doc: update TCPMSS manpage with Linux 2.6.25 changes
    
    References: http://bugs.debian.org/551272
    
    [j.eng: modified --set-mss option description to be understandable]
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 94aa2ea67d7b8a669e8541f094661a1dc89722a3
Author: Jan Engelhardt <vapier at gentoo.org>
Date:   Sun Oct 11 03:56:18 2009 -0400

    Support for nommu arches
    
    Linux systems that lack a MMU cannot call fork(). Fortunately, the
    only place in iptables that uses fork() follows it by an exec(), so
    we can easily convert the code to vfork().
    
    References: http://bugzilla.netfilter.org/show_bug.cgi?id=614
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit 7b041d47428cdbc3da522d8194c2568ef5db0e5d
Author: sobtwmxt <sobtwmxt at sdf.lonestar.org>
Date:   Wed Oct 21 10:05:01 2009 +0000

    doc: fix typo in length manpage
    
    References: http://bugs.debian.org/551867
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

-----------------------------------------------------------------------

 extensions/libxt_TCPMSS.man |   10 +++++++++-
 extensions/libxt_length.man |    2 +-
 xtables.c                   |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
References: http://bugs.debian.org/551867
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

diff --git a/extensions/libxt_length.man b/extensions/libxt_length.man
index e324e03..07b6ea6 100644
--- a/extensions/libxt_length.man
+++ b/extensions/libxt_length.man
@@ -1,5 +1,5 @@
 This module matches the length of the layer-3 payload (e.g. layer-4 packet)
-f a packet against a specific value
+of a packet against a specific value
 or range of values.
 .TP
 [\fB!\fP] \fB\-\-length\fP \fIlength\fP[\fB:\fP\fIlength\fP]



More information about the netfilter-cvslog mailing list