[iptables] libxt_connbytes: document nf_ct_acct behavior

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Wed Mar 18 05:32:16 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=71bc61f926ca2d8ec57d9fbd698c2af32c9a9f64
commit 71bc61f926ca2d8ec57d9fbd698c2af32c9a9f64
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Tue Mar 17 16:37:47 2009 +0100
Commit:     Jan Engelhardt <jengelh at medozas.de>
CommitDate: Tue Mar 17 16:37:49 2009 +0100

    libxt_connbytes: document nf_ct_acct behavior
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit a73a34ad9c9bb30dafbd7b5ca15b902e83c50ee2
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Tue Mar 17 16:32:49 2009 +0100
Commit:     Jan Engelhardt <jengelh at medozas.de>
CommitDate: Tue Mar 17 16:33:07 2009 +0100

    libxt_connbytes: minor manpage adustments
    
    Use explicit paragraph separator and conntrack(8).
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
       via  71bc61f926ca2d8ec57d9fbd698c2af32c9a9f64 (commit)
       via  a73a34ad9c9bb30dafbd7b5ca15b902e83c50ee2 (commit)
      from  38725a4411b0e0f34a3077e37b0be860352085a8 (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 71bc61f926ca2d8ec57d9fbd698c2af32c9a9f64
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Tue Mar 17 16:37:47 2009 +0100

    libxt_connbytes: document nf_ct_acct behavior
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

commit a73a34ad9c9bb30dafbd7b5ca15b902e83c50ee2
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Tue Mar 17 16:32:49 2009 +0100

    libxt_connbytes: minor manpage adustments
    
    Use explicit paragraph separator and conntrack(8).
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

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

 extensions/libxt_connbytes.man |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)
Use explicit paragraph separator and conntrack(8).

Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

diff --git a/extensions/libxt_connbytes.man b/extensions/libxt_connbytes.man
index fc8c141..b5608a3 100644
--- a/extensions/libxt_connbytes.man
+++ b/extensions/libxt_connbytes.man
@@ -1,14 +1,14 @@
 Match by how many bytes or packets a connection (or one of the two
 flows constituting the connection) has transferred so far, or by
 average bytes per packet.
-
-The counters are 64bit and are thus not expected to overflow ;)
-
+.PP
+The counters are 64-bit and are thus not expected to overflow ;)
+.PP
 The primary use is to detect long-lived downloads and mark them to be
 scheduled using a lower priority band in traffic control.
-
+.PP
 The transferred bytes per connection can also be viewed through
-/proc/net/ip_conntrack and accessed via ctnetlink
+`conntrack -L` and accessed via ctnetlink.
 .TP
 [\fB!\fP] \fB\-\-connbytes\fP \fIfrom\fP[\fB:\fP\fIto\fP]
 match packets from a connection whose packets/bytes/average packet



More information about the netfilter-cvslog mailing list